#include <RobinMatrixCorrectionParameters.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| RobinMatrixCorrectionParameters (std::shared_ptr< AMP::Database > db) | |
| virtual | ~RobinMatrixCorrectionParameters () |
Public Attributes | |
| std::shared_ptr< AMP::Database > | d_db |
| std::shared_ptr< AMP::Discretization::DOFManager > | d_DofMap |
| std::vector< AMP::LinearAlgebra::Vector::const_shared_ptr > | d_elementInputVec |
| std::shared_ptr< AMP::LinearAlgebra::Matrix > | d_inputMatrix |
| std::shared_ptr< AMP::Mesh::Mesh > | d_Mesh |
| Optional mesh for the operator. | |
| std::string | d_name |
| std::shared_ptr< AMP::Operator::Operator > | d_pOperator |
| Allow for the case that a fully constructed operator is returned. | |
| std::shared_ptr< RobinPhysicsModel > | d_robinPhysicsModel |
| std::shared_ptr< AMP::LinearAlgebra::Variable > | d_variable |
| AMP::LinearAlgebra::Vector::shared_ptr | d_variableFlux |
| std::shared_ptr< AMP::Operator::Operator > | d_volumeOperator |
Definition at line 10 of file RobinMatrixCorrectionParameters.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
|
inlineexplicit |
Definition at line 13 of file RobinMatrixCorrectionParameters.h.
|
inlinevirtual |
Definition at line 18 of file RobinMatrixCorrectionParameters.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
| std::shared_ptr<AMP::Discretization::DOFManager> AMP::Operator::RobinMatrixCorrectionParameters::d_DofMap |
Definition at line 28 of file RobinMatrixCorrectionParameters.h.
| std::vector<AMP::LinearAlgebra::Vector::const_shared_ptr> AMP::Operator::RobinMatrixCorrectionParameters::d_elementInputVec |
Definition at line 24 of file RobinMatrixCorrectionParameters.h.
|
inherited |
Definition at line 19 of file LinearBoundaryOperatorParameters.h.
|
inherited |
Optional mesh for the operator.
Definition at line 39 of file OperatorParameters.h.
|
inherited |
Definition at line 25 of file ParameterBase.h.
|
inherited |
Allow for the case that a fully constructed operator is returned.
Definition at line 42 of file OperatorParameters.h.
| std::shared_ptr<RobinPhysicsModel> AMP::Operator::RobinMatrixCorrectionParameters::d_robinPhysicsModel |
Definition at line 26 of file RobinMatrixCorrectionParameters.h.
| std::shared_ptr<AMP::LinearAlgebra::Variable> AMP::Operator::RobinMatrixCorrectionParameters::d_variable |
Definition at line 20 of file RobinMatrixCorrectionParameters.h.
| AMP::LinearAlgebra::Vector::shared_ptr AMP::Operator::RobinMatrixCorrectionParameters::d_variableFlux |
Definition at line 22 of file RobinMatrixCorrectionParameters.h.
|
inherited |
Definition at line 19 of file BoundaryOperatorParameters.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:44. Comments on this page |