convert a staggered element into a string for vtk write More...
convert a staggered element into a string for vtk write
Grid | type of the grid |
St | space type |
Definition at line 101 of file VTKWriter_grids_st.hpp.
#include <VTKWriter_grids_st.hpp>
Public Types | |
typedef Grid | value_type |
grid type | |
Public Member Functions | |
ele_g_st () | |
constructor | |
ele_g_st (const Point< Grid::dims, St > &offset, const Point< Grid::dims, St > &spacing, const Box< Grid::dims, St > &dom) | |
convert a staggered grid property into a string | |
ele_g_st (const ele_g_st &ele) | |
Copy constructor. | |
ele_g_st (ele_g_st &&ele) | |
Copy constructor. | |
ele_g_st< Grid, St > & | operator= (const ele_g_st &ele) |
Copy the object. | |
ele_g_st< Grid, St > & | operator= (ele_g_st &&ele) |
Copy the object. | |
Data Fields | |
std::string | dataset |
output string | |
openfpm::vector< cell_grid< Grid > > | g |
fused grids | |
Point< Grid::dims, St > | offset |
offset where it start the grid | |
Point< Grid::dims, St > | spacing |
spacing of the grid | |
Box< Grid::dims, size_t > | dom |
Part of the grid that is real domain. | |
typedef Grid ele_g_st< Grid, St >::value_type |
grid type
Definition at line 106 of file VTKWriter_grids_st.hpp.
|
inline |
constructor
Definition at line 109 of file VTKWriter_grids_st.hpp.
|
inline |
convert a staggered grid property into a string
offset | shift of the staggered element |
spacing | of the grid |
dom | Part of the grid that is real domain |
Definition at line 118 of file VTKWriter_grids_st.hpp.
|
inline |
Copy constructor.
ele | element to copy |
Definition at line 140 of file VTKWriter_grids_st.hpp.
|
inline |
Copy constructor.
ele | element to copy |
Definition at line 150 of file VTKWriter_grids_st.hpp.
|
inline |
Copy the object.
ele | ele_g_st to copy |
Definition at line 162 of file VTKWriter_grids_st.hpp.
|
inline |
Copy the object.
ele | ele_g_st to copy |
Definition at line 180 of file VTKWriter_grids_st.hpp.
std::string ele_g_st< Grid, St >::dataset |
output string
Definition at line 125 of file VTKWriter_grids_st.hpp.
Part of the grid that is real domain.
Definition at line 133 of file VTKWriter_grids_st.hpp.
openfpm::vector<cell_grid<Grid> > ele_g_st< Grid, St >::g |
fused grids
Definition at line 127 of file VTKWriter_grids_st.hpp.
offset where it start the grid
Definition at line 129 of file VTKWriter_grids_st.hpp.
spacing of the grid
Definition at line 131 of file VTKWriter_grids_st.hpp.