Abstract interface for representing a 1-D finite element problem. More...
#include <Albany_ThermoElectrostaticsProblem.hpp>
Public Member Functions | |
ThermoElectrostaticsProblem (const Teuchos::RCP< Teuchos::ParameterList > ¶ms, const Teuchos::RCP< ParamLib > ¶mLib, const int numDim_) | |
Default constructor. | |
virtual int | spatialDimension () const |
Return number of spatial dimensions. | |
~ThermoElectrostaticsProblem () | |
Destructor. | |
virtual void | buildProblem (Teuchos::ArrayRCP< Teuchos::RCP< Albany::MeshSpecsStruct > > meshSpecs, 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 |
Boundary conditions on source term. | |
Private Member Functions | |
ThermoElectrostaticsProblem (const ThermoElectrostaticsProblem &) | |
Private to prohibit copying. | |
ThermoElectrostaticsProblem & | operator= (const ThermoElectrostaticsProblem &) |
Private to prohibit copying. |
Abstract interface for representing a 1-D finite element problem.
Definition at line 25 of file Albany_ThermoElectrostaticsProblem.hpp.
Albany::ThermoElectrostaticsProblem::ThermoElectrostaticsProblem | ( | const Teuchos::RCP< Teuchos::ParameterList > & | params, | |
const Teuchos::RCP< ParamLib > & | paramLib, | |||
const int | numDim_ | |||
) |
Default constructor.
Definition at line 18 of file Albany_ThermoElectrostaticsProblem.cpp.
Albany::ThermoElectrostaticsProblem::~ThermoElectrostaticsProblem | ( | ) |
Destructor.
Definition at line 27 of file Albany_ThermoElectrostaticsProblem.cpp.
Albany::ThermoElectrostaticsProblem::ThermoElectrostaticsProblem | ( | const ThermoElectrostaticsProblem & | ) | [private] |
Private to prohibit copying.
virtual int Albany::ThermoElectrostaticsProblem::spatialDimension | ( | ) | const [inline, virtual] |
Return number of spatial dimensions.
Implements Albany::AbstractProblem.
Definition at line 35 of file Albany_ThermoElectrostaticsProblem.hpp.
void Albany::ThermoElectrostaticsProblem::buildProblem | ( | Teuchos::ArrayRCP< Teuchos::RCP< Albany::MeshSpecsStruct > > | meshSpecs, | |
Albany::StateManager & | stateMgr | |||
) | [virtual] |
Build the PDE instantiations, boundary conditions, and initial solution.
Implements Albany::AbstractProblem.
Definition at line 33 of file Albany_ThermoElectrostaticsProblem.cpp.
Teuchos::Array< Teuchos::RCP< const PHX::FieldTag > > Albany::ThermoElectrostaticsProblem::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 48 of file Albany_ThermoElectrostaticsProblem.cpp.
Teuchos::RCP< const Teuchos::ParameterList > Albany::ThermoElectrostaticsProblem::getValidProblemParameters | ( | ) | const [virtual] |
Each problem must generate it's list of valide parameters.
Reimplemented from Albany::AbstractProblem.
Definition at line 78 of file Albany_ThermoElectrostaticsProblem.cpp.
ThermoElectrostaticsProblem& Albany::ThermoElectrostaticsProblem::operator= | ( | const ThermoElectrostaticsProblem & | ) | [private] |
Private to prohibit copying.
Teuchos::RCP< const PHX::FieldTag > Albany::ThermoElectrostaticsProblem::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 105 of file Albany_ThermoElectrostaticsProblem.hpp.
void Albany::ThermoElectrostaticsProblem::constructDirichletEvaluators | ( | const Albany::MeshSpecsStruct & | meshSpecs | ) |
Definition at line 64 of file Albany_ThermoElectrostaticsProblem.cpp.
int Albany::ThermoElectrostaticsProblem::numDim [protected] |
Boundary conditions on source term.
Definition at line 81 of file Albany_ThermoElectrostaticsProblem.hpp.