LifeV
core/testsuite/fe_function/user_fun.hpp File Reference
#include "fefct.hpp"
+ Include dependency graph for core/testsuite/fe_function/user_fun.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MyFun
 Data. More...
 

Namespaces

 dataProblem
 User functions.
 

Typedefs

typedef LinearTetra geoElement_Type
 Typedef. More...
 
typedef RegionMesh< geoElement_Type > regionMesh_Type
 
typedef std::shared_ptr< regionMesh_Type > regionMeshPtr_Type
 
typedef MapEpetra map_Type
 
typedef Exporter< regionMesh_Type > exporter_Type
 
typedef std::shared_ptr< exporter_Type > exporterPtr_Type
 
typedef FESpace< regionMesh_Type, map_Type > FESpace_Type
 
typedef std::shared_ptr< FESpace_TypeFESpacePtr_Type
 
typedef FEVectorField< regionMesh_Type, map_Type > FEVectorField_Type
 
typedef std::shared_ptr< FEVectorField_Type > FEVectorFieldPtr_Type
 
typedef FEScalarField< regionMesh_Type, map_Type > FEScalarField_Type
 
typedef std::shared_ptr< FEScalarField_Type > FEScalarFieldPtr_Type
 
typedef FEFunction< regionMesh_Type, map_Type, Vector > FEVectorFct_Type
 
typedef std::shared_ptr< FEVectorFct_Type > FEVectorFctPtr_Type
 
typedef FEFunction< regionMesh_Type, map_Type, Real > FEScalarFct_Type
 
typedef std::shared_ptr< FEScalarFct_Type > FEScalarFctPtr_Type
 

Detailed Description