Store a reference to the vector position. More...
Store a reference to the vector position.
Vps | Type of vector that store the position of the particles |
Definition at line 25 of file VTKWriter_point_set.hpp.
#include <VTKWriter_point_set.hpp>
Public Types | |
typedef Vps | value_type |
type of vector that store the particle position | |
Public Member Functions | |
ele_vps (const Vps &g, size_t mark) | |
constructor | |
Data Fields | |
const Vps & | g |
particle position vector | |
size_t | mark |
ghost marker | |
typedef Vps ele_vps< Vps >::value_type |
type of vector that store the particle position
Definition at line 30 of file VTKWriter_point_set.hpp.
constructor
Definition at line 39 of file VTKWriter_point_set.hpp.
const Vps& ele_vps< Vps >::g |
particle position vector
Definition at line 33 of file VTKWriter_point_set.hpp.
size_t ele_vps< Vps >::mark |
ghost marker
Definition at line 36 of file VTKWriter_point_set.hpp.