Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dar.cpp File Reference
#include <feel/feel.hpp>

Classes

class  Feel::DAR< Dim >
 

Namespaces

 Feel
 [marker1]
 

Functions

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

Detailed Description

Function Documentation

int main ( int  argc,
char **  argv 
)

main function: entry point of the program

Initialize Feel++ Environment

create an application

*/
Application app;

register the simgets

*/
app.add( new DAR<2>() );

run the application

*/
app.run();

References Feel::Application::add(), and Feel::makeOptions().


Generated on Fri Oct 25 2013 14:24:27 for Feel++ by doxygen 1.8.4