Feel++
0.92.0
|
Parametrized Finite Element Method Application. More...
#include <pfemapp.hpp>
Public Types | |
typedef CRBModel< ModelType > | crbmodel_type |
typedef boost::shared_ptr < crbmodel_type > | crbmodel_ptrtype |
Public Member Functions | |
PFemApp (AboutData const &ad, po::options_description const &od) | |
PFemApp (int argc, char **argv, AboutData const &ad, po::options_description const &od) | |
void | init () |
void | run () |
void | run (const double *X, unsigned long N, double *Y, unsigned long P) |
Public Attributes | |
crbmodel_ptrtype | model |
Parametrized Finite Element Method Application.
void Feel::PFemApp< ModelType >::run | ( | ) | [inline, virtual] |
execute the set of Simget stored in the Application
Reimplemented from Feel::Application.
References Feel::Application::about(), Feel::AboutData::appName(), Feel::Application::optionsDescription(), and Feel::Application::vm().
void Feel::PFemApp< ModelType >::run | ( | const double * | X, |
unsigned long | P, | ||
double * | Y, | ||
unsigned long | N | ||
) | [inline, virtual] |
execute the set of Simget stored in the Application following the input/output model .
is the number of inputs and
the number of outputs. Denote
(
nSimgets()
) the number of simgets stored in the Application. and
must be of size
and
respectively.
Reimplemented from Feel::Application.