LifeV
darcy_linear::Private Struct Reference

Private Members. More...

+ Collaboration diagram for darcy_linear::Private:

Public Types

typedef std::function< Real(const Real &, const Real &, const Real &, const Real &, const ID &) > fct_type
 

Public Member Functions

 Private ()
 
fct_type getUOne ()
 
fct_type getAnalyticalSolution ()
 
fct_type getAnalyticalFlux ()
 

Data Fields

std::string data_file_name
 
std::string xml_file_name
 
std::string discretization_section
 
std::shared_ptr< Epetra_Comm > comm
 

Detailed Description

Private Members.

Definition at line 62 of file 3d/darcy.cpp.

Member Typedef Documentation

◆ fct_type

typedef std::function< Real ( const Real&, const Real&, const Real&, const Real&, const ID& ) > fct_type

Definition at line 69 of file 3d/darcy.cpp.

Constructor & Destructor Documentation

◆ Private()

Private ( )
inline

Definition at line 64 of file 3d/darcy.cpp.

Member Function Documentation

◆ getUOne()

fct_type getUOne ( )
inline

Definition at line 79 of file 3d/darcy.cpp.

◆ getAnalyticalSolution()

fct_type getAnalyticalSolution ( )
inline

Definition at line 86 of file 3d/darcy.cpp.

◆ getAnalyticalFlux()

fct_type getAnalyticalFlux ( )
inline

Definition at line 93 of file 3d/darcy.cpp.

Field Documentation

◆ data_file_name

std::string data_file_name

Definition at line 71 of file 3d/darcy.cpp.

◆ xml_file_name

std::string xml_file_name

Definition at line 72 of file 3d/darcy.cpp.

◆ discretization_section

std::string discretization_section

Definition at line 73 of file 3d/darcy.cpp.

◆ comm

std::shared_ptr<Epetra_Comm> comm

Definition at line 75 of file 3d/darcy.cpp.


The documentation for this struct was generated from the following file: