|
Feel++ 0.91.0
|
Public Types | |
| typedef double | value_type |
| typedef Simplex< Dim > | convex_type |
| typedef Mesh< convex_type > | mesh_type |
|
typedef boost::shared_ptr < mesh_type > | mesh_ptrtype |
Public Member Functions | |
| MyIntegrals (po::variables_map const &vm, AboutData const &about) | |
| void | run () |
| void | run (const double *X, unsigned long P, double *Y, unsigned long N) |
MyIntegrals: compute integrals over a domain
| void MyIntegrals< Dim >::run | ( | ) | [virtual] |
simply execute the simget
Implements Feel::Simget.
| void MyIntegrals< Dim >::run | ( | const double * | X, |
| unsigned long | P, | ||
| double * | Y, | ||
| unsigned long | N | ||
| ) | [virtual] |
models the input/output relation
Implements Feel::Simget.
References Feel::boundaryfaces(), Feel::Environment::changeRepository(), and Feel::elements().
1.7.4