LifeV
darcy_nonlinear::Private Struct Reference

Private Members. More...

+ Collaboration diagram for darcy_nonlinear::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 66 of file 2d/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 73 of file 2d/darcy.cpp.

Constructor & Destructor Documentation

◆ Private()

Private ( )
inline

Definition at line 68 of file 2d/darcy.cpp.

Member Function Documentation

◆ getUOne()

fct_type getUOne ( )
inline

Definition at line 83 of file 2d/darcy.cpp.

◆ getAnalyticalSolution()

fct_type getAnalyticalSolution ( )
inline

Definition at line 90 of file 2d/darcy.cpp.

◆ getAnalyticalFlux()

fct_type getAnalyticalFlux ( )
inline

Definition at line 97 of file 2d/darcy.cpp.

Field Documentation

◆ data_file_name

std::string data_file_name

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

◆ xml_file_name

std::string xml_file_name

Definition at line 76 of file 2d/darcy.cpp.

◆ discretization_section

std::string discretization_section

Definition at line 77 of file 2d/darcy.cpp.

◆ comm

std::shared_ptr<Epetra_Comm> comm

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


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