OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
ele_g< Grid, St > Class Template Reference

It store one grid. More...

Detailed Description

template<typename Grid, typename St>
class ele_g< Grid, St >

It store one grid.

Template Parameters
Gridtype of grid
Sttype of space where the grid is defined

Definition at line 22 of file VTKWriter_grids.hpp.

#include <VTKWriter_grids.hpp>

Public Types

typedef Grid value_type
 

Public Member Functions

 ele_g (const Grid &g, const Point< Grid::dims, St > &offset, const Point< Grid::dims, St > &spacing, const Box< Grid::dims, St > &dom)
 

Data Fields

std::string dataset
 Dataset name.
 
const Grid & g
 Grid.
 
Point< Grid::dims, St > offset
 offset where it start
 
Point< Grid::dims, St > spacing
 
Box< Grid::dims, size_t > dom
 

The documentation for this class was generated from the following file: