This class contains the parmeters to create the problem for the oxide growth. More...
#include <OxideTimeIntegratorParameters.h>

Public Types | |
| typedef std::shared_ptr< AMP::TimeIntegrator::TimeIntegratorParameters > | shared_ptr |
| Convience typedef. | |
Public Member Functions | |
| OxideTimeIntegratorParameters (std::shared_ptr< AMP::Database > db) | |
Public Attributes | |
| std::shared_ptr< AMP::Database > | d_db |
| std::shared_ptr< AMP::Database > | d_global_db |
| pointer to global database | |
| std::shared_ptr< AMP::LinearAlgebra::Vector > | d_ic_vector |
| std::shared_ptr< AMP::Mesh::Mesh > | d_Mesh |
| Optional mesh for the operator. | |
| std::shared_ptr< AMP::Mesh::Mesh > | d_mesh |
| std::string | d_name |
| std::shared_ptr< AMP::Operator::Operator > | d_operator |
| std::shared_ptr< AMP::LinearAlgebra::Variable > | d_pAlgebraicVariable |
| std::shared_ptr< AMP::Operator::Operator > | d_pMassOperator |
| std::shared_ptr< AMP::Operator::Operator > | d_pOperator |
| Allow for the case that a fully constructed operator is returned. | |
| std::shared_ptr< AMP::LinearAlgebra::Vector > | d_pSourceTerm |
| AMP::LinearAlgebra::Vector::shared_ptr | d_temp |
| double | depth |
This class contains the parmeters to create the problem for the oxide growth.
Definition at line 13 of file OxideTimeIntegratorParameters.h.
|
inherited |
Convience typedef.
Definition at line 36 of file TimeIntegratorParameters.h.
|
explicit |
|
inherited |
Definition at line 27 of file ParameterBase.h.
|
inherited |
pointer to global database
Definition at line 73 of file TimeIntegratorParameters.h.
|
inherited |
Initial conditions vector
Definition at line 47 of file TimeIntegratorParameters.h.
|
inherited |
Optional mesh for the operator.
Definition at line 39 of file OperatorParameters.h.
| std::shared_ptr<AMP::Mesh::Mesh> AMP::TimeIntegrator::OxideTimeIntegratorParameters::d_mesh |
Definition at line 19 of file OxideTimeIntegratorParameters.h.
|
inherited |
Definition at line 25 of file ParameterBase.h.
|
inherited |
The operator is the right hand side operator for an explicit integrator when the time integration problem is : u_t = f(u) but in the case of implicit time integrators the operator represents u_t-f(u)
Definition at line 60 of file TimeIntegratorParameters.h.
|
inherited |
algebraic variable
Definition at line 70 of file TimeIntegratorParameters.h.
|
inherited |
The operator is the left hand side mass operator (for FEM formulations)
Definition at line 65 of file TimeIntegratorParameters.h.
|
inherited |
Allow for the case that a fully constructed operator is returned.
Definition at line 42 of file OperatorParameters.h.
|
inherited |
source term for time integration, can also include boundary conditions for IBVP problems
Definition at line 52 of file TimeIntegratorParameters.h.
| AMP::LinearAlgebra::Vector::shared_ptr AMP::TimeIntegrator::OxideTimeIntegratorParameters::d_temp |
Definition at line 22 of file OxideTimeIntegratorParameters.h.
| double AMP::TimeIntegrator::OxideTimeIntegratorParameters::depth |
Definition at line 25 of file OxideTimeIntegratorParameters.h.
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:45. Comments on this page |