#include <feel/feel.hpp>Classes | |
| class | Laplacian< Dim > |
Functions | |
| int | main (int argc, char **argv) |
| po::options_description | makeOptions () |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main function: entry point of the program
Initialize Feel++ Environment
References Feel::Application::add(), Feel::makeOptions(), Feel::Application::nProcess(), and Feel::Application::run().
|
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.
1.8.5