#include <feel/options.hpp>
#include <feel/feelalg/backend.hpp>
#include <feel/feeldiscr/functionspace.hpp>
#include <feel/feelfilters/gmsh.hpp>
#include <feel/feeldiscr/mesh.hpp>
#include <feel/feelfilters/exporter.hpp>
#include <feel/feelvf/vf.hpp>
#include <cstdlib>
#include <string>
#include <sstream>
#include <fstream>
#include <iostream>
#include <Eigen/Core>
#include <Eigen/LU>
#include <Eigen/Dense>
#include <Eigen/Eigenvalues>
#include <vector>
#include <algorithm>
#include <boost/range/algorithm/max_element.hpp>
#include "nirb.hpp"
Functions | |
int | main (int argc, char **argv) |
AboutData | makeAbout () |
po::options_description | makeOptions () |
int main | ( | int | argc, |
char ** | argv | ||
) |
main function: entry point of the program
register the simgets
run the application
References Feel::makeOptions().
|
inline |
This routine defines some information about the application like authors, version, or name of the application. The data returned is typically used as an argument of a Feel::Application subclass.
|
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.