OpenFPM_io  0.2.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Functions Variables Typedefs
ele_g< Grid, St > Class Template Reference

It store one grid. More...

#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
 

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 21 of file VTKWriter_grids.hpp.


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