LifeV
|
Public Types | |
typedef std::function< Real(const Real &, const Real &, const Real &, const Real &, const ID &) > | fct_type |
typedef std::function< Vector(const Real &, const Real &, const Real &, const Real &, const std::vector< Real > &) > | vectorFct_type |
Public Member Functions | |
Private () | |
fct_type | getUOne () |
fct_type | getUZero () |
fct_type | getAnalyticalSolution () |
vectorFct_type | getPhysicalFlux () |
vectorFct_type | getFirstDerivativePhysicalFlux () |
fct_type | getSource () |
fct_type | getInitialCondition () |
fct_type | getMass () |
fct_type | getDual () |
Data Fields | |
std::string | data_file_name |
std::string | discretization_section |
std::shared_ptr< Epetra_Comm > | comm |
Private Members.
Definition at line 216 of file hyperbolic.cpp.
typedef std::function< Real ( const Real&, const Real&, const Real&, const Real&, const ID& ) > fct_type |
Definition at line 223 of file hyperbolic.cpp.
typedef std::function< Vector ( const Real&, const Real&, const Real&, const Real&, const std::vector<Real>& ) > vectorFct_type |
Definition at line 229 of file hyperbolic.cpp.
|
inline |
Definition at line 218 of file hyperbolic.cpp.
|
inline |
Definition at line 238 of file hyperbolic.cpp.
|
inline |
Definition at line 245 of file hyperbolic.cpp.
|
inline |
Definition at line 252 of file hyperbolic.cpp.
|
inline |
Definition at line 259 of file hyperbolic.cpp.
|
inline |
Definition at line 266 of file hyperbolic.cpp.
|
inline |
Definition at line 273 of file hyperbolic.cpp.
|
inline |
Definition at line 280 of file hyperbolic.cpp.
|
inline |
Definition at line 287 of file hyperbolic.cpp.
|
inline |
Definition at line 294 of file hyperbolic.cpp.
std::string data_file_name |
Definition at line 231 of file hyperbolic.cpp.
std::string discretization_section |
Definition at line 232 of file hyperbolic.cpp.
std::shared_ptr<Epetra_Comm> comm |
Definition at line 234 of file hyperbolic.cpp.