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


Public Member Functions | |
| Helmholtz2DProblem (const Teuchos::RCP< Teuchos::ParameterList > ¶ms, const Teuchos::RCP< ParamLib > ¶mLib) | |
| Default constructor. | |
| virtual | ~Helmholtz2DProblem () |
| Destructor. | |
| virtual int | spatialDimension () const |
| Return number of spatial dimensions. | |
| 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 | |
| double | ksqr |
| Boundary conditions, factor on source term. | |
| bool | haveSource |
Private Member Functions | |
| Helmholtz2DProblem (const Helmholtz2DProblem &) | |
| Private to prohibit copying. | |
| Helmholtz2DProblem & | operator= (const Helmholtz2DProblem &) |
| Private to prohibit copying. | |
Abstract interface for representing a 1-D finite element problem.
Definition at line 25 of file Albany_Helmholtz2DProblem.hpp.
| Albany::Helmholtz2DProblem::Helmholtz2DProblem | ( | const Teuchos::RCP< Teuchos::ParameterList > & | params, | |
| const Teuchos::RCP< ParamLib > & | paramLib | |||
| ) |
Default constructor.
Definition at line 12 of file Albany_Helmholtz2DProblem.cpp.
| Albany::Helmholtz2DProblem::~Helmholtz2DProblem | ( | ) | [virtual] |
Destructor.
Definition at line 27 of file Albany_Helmholtz2DProblem.cpp.
| Albany::Helmholtz2DProblem::Helmholtz2DProblem | ( | const Helmholtz2DProblem & | ) | [private] |
Private to prohibit copying.
| virtual int Albany::Helmholtz2DProblem::spatialDimension | ( | ) | const [inline, virtual] |
Return number of spatial dimensions.
Implements Albany::AbstractProblem.
Definition at line 36 of file Albany_Helmholtz2DProblem.hpp.
| void Albany::Helmholtz2DProblem::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_Helmholtz2DProblem.cpp.
| Teuchos::Array< Teuchos::RCP< const PHX::FieldTag > > Albany::Helmholtz2DProblem::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_Helmholtz2DProblem.cpp.
| Teuchos::RCP< const Teuchos::ParameterList > Albany::Helmholtz2DProblem::getValidProblemParameters | ( | ) | const [virtual] |
Each problem must generate it's list of valide parameters.
Reimplemented from Albany::AbstractProblem.
Definition at line 77 of file Albany_Helmholtz2DProblem.cpp.
| Helmholtz2DProblem& Albany::Helmholtz2DProblem::operator= | ( | const Helmholtz2DProblem & | ) | [private] |
Private to prohibit copying.
| Teuchos::RCP< const PHX::FieldTag > Albany::Helmholtz2DProblem::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 96 of file Albany_Helmholtz2DProblem.hpp.
| void Albany::Helmholtz2DProblem::constructDirichletEvaluators | ( | const Albany::MeshSpecsStruct & | meshSpecs | ) |
Definition at line 64 of file Albany_Helmholtz2DProblem.cpp.
double Albany::Helmholtz2DProblem::ksqr [protected] |
Boundary conditions, factor on source term.
Definition at line 79 of file Albany_Helmholtz2DProblem.hpp.
bool Albany::Helmholtz2DProblem::haveSource [protected] |
Definition at line 80 of file Albany_Helmholtz2DProblem.hpp.
1.7.1