Abstract interface for representing a 1-D finite element problem. More...
#include <FELIX_StokesL1L2.hpp>


Public Member Functions | |
| StokesL1L2 (const Teuchos::RCP< Teuchos::ParameterList > ¶ms, const Teuchos::RCP< ParamLib > ¶mLib, const int numDim_) | |
| Default constructor. | |
| ~StokesL1L2 () | |
| Destructor. | |
| virtual int | spatialDimension () const |
| Return number of spatial dimensions. | |
| virtual void | buildProblem (Teuchos::ArrayRCP< Teuchos::RCP< Albany::MeshSpecsStruct > > meshSpecs, Albany::StateManager &stateMgr) |
| Build the PDE instantiations, boundary conditions, and initial solution. | |
| virtual Teuchos::Array < Teuchos::RCP< const PHX::FieldTag > > | buildEvaluators (PHX::FieldManager< PHAL::AlbanyTraits > &fm0, const Albany::MeshSpecsStruct &meshSpecs, Albany::StateManager &stateMgr, Albany::FieldManagerChoice fmchoice, const Teuchos::RCP< Teuchos::ParameterList > &responseList) |
| Teuchos::RCP< const Teuchos::ParameterList > | getValidProblemParameters () const |
| Each problem must generate it's list of valide parameters. | |
| template<typename EvalT > | |
| Teuchos::RCP< const PHX::FieldTag > | constructEvaluators (PHX::FieldManager< PHAL::AlbanyTraits > &fm0, const Albany::MeshSpecsStruct &meshSpecs, Albany::StateManager &stateMgr, Albany::FieldManagerChoice fmchoice, const Teuchos::RCP< Teuchos::ParameterList > &responseList) |
| Main problem setup routine. Not directly called, but indirectly by following functions. | |
| void | constructDirichletEvaluators (const Albany::MeshSpecsStruct &meshSpecs) |
Protected Attributes | |
| int | numDim |
Private Member Functions | |
| StokesL1L2 (const StokesL1L2 &) | |
| Private to prohibit copying. | |
| StokesL1L2 & | operator= (const StokesL1L2 &) |
| Private to prohibit copying. | |
Abstract interface for representing a 1-D finite element problem.
Definition at line 36 of file FELIX_StokesL1L2.hpp.
| FELIX::StokesL1L2::StokesL1L2 | ( | const Teuchos::RCP< Teuchos::ParameterList > & | params, | |
| const Teuchos::RCP< ParamLib > & | paramLib, | |||
| const int | numDim_ | |||
| ) |
Default constructor.
Definition at line 30 of file FELIX_StokesL1L2.cpp.
| FELIX::StokesL1L2::~StokesL1L2 | ( | ) |
Destructor.
Definition at line 49 of file FELIX_StokesL1L2.cpp.
| FELIX::StokesL1L2::StokesL1L2 | ( | const StokesL1L2 & | ) | [private] |
Private to prohibit copying.
| virtual int FELIX::StokesL1L2::spatialDimension | ( | ) | const [inline, virtual] |
Return number of spatial dimensions.
Implements Albany::AbstractProblem.
Definition at line 48 of file FELIX_StokesL1L2.hpp.
| void FELIX::StokesL1L2::buildProblem | ( | Teuchos::ArrayRCP< Teuchos::RCP< Albany::MeshSpecsStruct > > | meshSpecs, | |
| Albany::StateManager & | stateMgr | |||
| ) | [virtual] |
Build the PDE instantiations, boundary conditions, and initial solution.
Definition at line 55 of file FELIX_StokesL1L2.cpp.
| Teuchos::Array< Teuchos::RCP< const PHX::FieldTag > > FELIX::StokesL1L2::buildEvaluators | ( | PHX::FieldManager< PHAL::AlbanyTraits > & | fm0, | |
| const Albany::MeshSpecsStruct & | meshSpecs, | |||
| Albany::StateManager & | stateMgr, | |||
| Albany::FieldManagerChoice | fmchoice, | |||
| const Teuchos::RCP< Teuchos::ParameterList > & | responseList | |||
| ) | [virtual] |
Implements Albany::AbstractProblem.
Definition at line 74 of file FELIX_StokesL1L2.cpp.
| Teuchos::RCP< const Teuchos::ParameterList > FELIX::StokesL1L2::getValidProblemParameters | ( | ) | const [virtual] |
Each problem must generate it's list of valide parameters.
Reimplemented from Albany::AbstractProblem.
Definition at line 105 of file FELIX_StokesL1L2.cpp.
| StokesL1L2& FELIX::StokesL1L2::operator= | ( | const StokesL1L2 & | ) | [private] |
Private to prohibit copying.
| Teuchos::RCP< const PHX::FieldTag > FELIX::StokesL1L2::constructEvaluators | ( | PHX::FieldManager< PHAL::AlbanyTraits > & | fm0, | |
| const Albany::MeshSpecsStruct & | meshSpecs, | |||
| Albany::StateManager & | stateMgr, | |||
| Albany::FieldManagerChoice | fmchoice, | |||
| const Teuchos::RCP< Teuchos::ParameterList > & | responseList | |||
| ) |
Main problem setup routine. Not directly called, but indirectly by following functions.
Definition at line 115 of file FELIX_StokesL1L2.hpp.
| void FELIX::StokesL1L2::constructDirichletEvaluators | ( | const Albany::MeshSpecsStruct & | meshSpecs | ) |
Definition at line 90 of file FELIX_StokesL1L2.cpp.
int FELIX::StokesL1L2::numDim [protected] |
Definition at line 89 of file FELIX_StokesL1L2.hpp.
1.7.1