Logo
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ on Travis-CI Feel++ on Twitter Feel++ on YouTube Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Pages
residualestimator.cpp File Reference
#include <residualestimator.hpp>
#include <feel/feel.hpp>

Functions

int main (int argc, char **argv)
 
po::options_description makeOptions ()
 

Detailed Description

Function Documentation

int main ( int  argc,
char **  argv 
)

main function: entry point of the program

References Feel::makeOptions().

po::options_description makeOptions ( )
inline

This routine returns the list of options using the boost::program_options library. The data returned is typically used as an argument of a Feel::Application subclass.

Returns
the list of options