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
Lshape.cpp File Reference
#include <feel/feel.hpp>
#include <feel/feelmesh/meshadaptation.hpp>

Classes

class  LShape< Dim >
 

Functions

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

Detailed Description

Function Documentation

int main ( int  argc,
char **  argv 
)

main function: entry point of the program

create an application

register the simgets

run the application

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

AboutData makeAbout ( )
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.

Returns
some data about the application.

References Feel::AboutData::addAuthor().

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

Generated on Sun Oct 20 2013 08:25:06 for Feel++ by doxygen 1.8.4