Feel++ 0.91.0
|
Public Types | |
typedef Simplex< Dim > | convex_type |
typedef Mesh< convex_type > | mesh_type |
typedef boost::shared_ptr < mesh_type > | mesh_ptrtype |
typedef Exporter< mesh_type > | export_type |
typedef boost::shared_ptr < export_type > | export_ptrtype |
Public Member Functions | |
MyMesh (po::variables_map const &vm, AboutData const &about) | |
void | run () |
void | run (const double *X, unsigned long P, double *Y, unsigned long N) |
constructor about data and options description
void MyMesh< Dim >::run | ( | ) | [virtual] |
simply execute the simget
Implements Feel::Simget.
void MyMesh< Dim >::run | ( | const double * | X, |
unsigned long | P, | ||
double * | Y, | ||
unsigned long | N | ||
) | [virtual] |
models the input/output relation
Implements Feel::Simget.