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
Feel Namespace Reference

[marker1] More...

Classes

class  Advection
 
class  DAR
 
class  Elaxi
 
class  ErrorBase
 
class  Example
 Brief description of the class Example. More...
 
class  HeatSink
 
class  Laplacian
 
class  LaplacianLM
 
class  PeriodicStokes
 
class  ResistanceLaplacian
 
class  Sound
 
class  Stokes
 solves the stokes equations More...
 
class  ThermalFin
 

Functions

boost::shared_ptr< Mesh
< Simplex< 2 > > > 
createMeshLaplacianBlock ()
 
boost::shared_ptr< Mesh
< Simplex< 2 > > > 
createMeshLaplacianLM ()
 
template<uint16_type OrderGeo>
boost::shared_ptr< Mesh
< Simplex< 2, OrderGeo > > > 
createMeshStokesDirichletLM (mpl::int_< 2 >)
 
template<uint16_type OrderGeo>
boost::shared_ptr< Mesh
< Simplex< 3, OrderGeo > > > 
createMeshStokesDirichletLM (mpl::int_< 3 >)
 
gmsh_ptrtype createRing (int Dim, int Order, double meshSize, std::string const &convex)
 
gmsh_ptrtype createRoom (int Dim, double meshSize)
 
boost::shared_ptr< Mesh
< Simplex< 2 > > > 
createSubMeshLaplacianBlock (boost::shared_ptr< Mesh< Simplex< 2 > > > mesh)
 
gmsh_ptrtype ddmethodGeometryLeft (int RDim, double hsize)
 
gmsh_ptrtype ddmethodGeometryRight (int RDim, double hsize)
 
decltype((Py()-1)*(Py()+1)*N()) inletVelocityExpr (mpl::int_< 2 >)
 
AboutData makeAbout ()
 
po::options_description makeOptions ()
 
template<typename ElementRange , typename eltType , typename ExprType , typename vectorType >
void modifVec (ElementRange const &__r, eltType &u, vectorType &UnVec, ExprType expr)
 
template<typename eltType , typename ExprType , typename vectorType >
void modifVec222 (eltType &u, vectorType &UnVec, ExprType expr, std::string marker)
 
gmsh_ptrtype nonOverlapGeometryLeft (int Dim, double hsize)
 
gmsh_ptrtype nonOverlapGeometryRight (int Dim, double hsize)
 
template<uint16_type Dim, uint16_type OrderGeo>
void runStokesDirichletLM ()
 

Variables

decltype(1.5
*2 *(4./0.1681)*(pow(Py()-0,2)+pow(Pz()-0.205,2)-cst(0.205
*0.205))*N() 
inletVelocityExpr )(mpl::int_< 3 >)
 

Detailed Description

[marker1]

Function Documentation

po::options_description Feel::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