Advanced Multi-Physics (AMP)
On-Line Documentation
Public Types | Public Member Functions | Public Attributes | List of all members
AMP::Operator::RobinMatrixCorrectionParameters Class Reference

#include <RobinMatrixCorrectionParameters.h>

Inheritance diagram for AMP::Operator::RobinMatrixCorrectionParameters:
Inheritance graph
[legend]

Public Types

typedef std::shared_ptr< ParameterBaseshared_ptr
 

Public Member Functions

 RobinMatrixCorrectionParameters (std::shared_ptr< AMP::Database > db)
 
virtual ~RobinMatrixCorrectionParameters ()
 

Public Attributes

std::shared_ptr< AMP::Databased_db
 
std::shared_ptr< AMP::Discretization::DOFManagerd_DofMap
 
std::vector< AMP::LinearAlgebra::Vector::const_shared_ptrd_elementInputVec
 
std::shared_ptr< AMP::LinearAlgebra::Matrixd_inputMatrix
 
std::shared_ptr< AMP::Mesh::Meshd_Mesh
 Optional mesh for the operator.
 
std::string d_name
 
std::shared_ptr< AMP::Operator::Operatord_pOperator
 Allow for the case that a fully constructed operator is returned.
 
std::shared_ptr< RobinPhysicsModeld_robinPhysicsModel
 
std::shared_ptr< AMP::LinearAlgebra::Variabled_variable
 
AMP::LinearAlgebra::Vector::shared_ptr d_variableFlux
 
std::shared_ptr< AMP::Operator::Operatord_volumeOperator
 

Detailed Description

Definition at line 10 of file RobinMatrixCorrectionParameters.h.

Member Typedef Documentation

◆ shared_ptr

Definition at line 18 of file ParameterBase.h.

Constructor & Destructor Documentation

◆ RobinMatrixCorrectionParameters()

AMP::Operator::RobinMatrixCorrectionParameters::RobinMatrixCorrectionParameters ( std::shared_ptr< AMP::Database db)
inlineexplicit

Definition at line 13 of file RobinMatrixCorrectionParameters.h.

◆ ~RobinMatrixCorrectionParameters()

virtual AMP::Operator::RobinMatrixCorrectionParameters::~RobinMatrixCorrectionParameters ( )
inlinevirtual

Definition at line 18 of file RobinMatrixCorrectionParameters.h.

Member Data Documentation

◆ d_db

std::shared_ptr<AMP::Database> AMP::ParameterBase::d_db
inherited

Definition at line 27 of file ParameterBase.h.

◆ d_DofMap

std::shared_ptr<AMP::Discretization::DOFManager> AMP::Operator::RobinMatrixCorrectionParameters::d_DofMap

Definition at line 28 of file RobinMatrixCorrectionParameters.h.

◆ d_elementInputVec

std::vector<AMP::LinearAlgebra::Vector::const_shared_ptr> AMP::Operator::RobinMatrixCorrectionParameters::d_elementInputVec

Definition at line 24 of file RobinMatrixCorrectionParameters.h.

◆ d_inputMatrix

std::shared_ptr<AMP::LinearAlgebra::Matrix> AMP::Operator::LinearBoundaryOperatorParameters::d_inputMatrix
inherited

Definition at line 19 of file LinearBoundaryOperatorParameters.h.

◆ d_Mesh

std::shared_ptr<AMP::Mesh::Mesh> AMP::Operator::OperatorParameters::d_Mesh
inherited

Optional mesh for the operator.

Definition at line 39 of file OperatorParameters.h.

◆ d_name

std::string AMP::ParameterBase::d_name
inherited

Definition at line 25 of file ParameterBase.h.

◆ d_pOperator

std::shared_ptr<AMP::Operator::Operator> AMP::Operator::OperatorParameters::d_pOperator
inherited

Allow for the case that a fully constructed operator is returned.

Definition at line 42 of file OperatorParameters.h.

◆ d_robinPhysicsModel

std::shared_ptr<RobinPhysicsModel> AMP::Operator::RobinMatrixCorrectionParameters::d_robinPhysicsModel

Definition at line 26 of file RobinMatrixCorrectionParameters.h.

◆ d_variable

std::shared_ptr<AMP::LinearAlgebra::Variable> AMP::Operator::RobinMatrixCorrectionParameters::d_variable

Definition at line 20 of file RobinMatrixCorrectionParameters.h.

◆ d_variableFlux

AMP::LinearAlgebra::Vector::shared_ptr AMP::Operator::RobinMatrixCorrectionParameters::d_variableFlux

Definition at line 22 of file RobinMatrixCorrectionParameters.h.

◆ d_volumeOperator

std::shared_ptr<AMP::Operator::Operator> AMP::Operator::BoundaryOperatorParameters::d_volumeOperator
inherited

Definition at line 19 of file BoundaryOperatorParameters.h.


The documentation for this class was generated from the following file:



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:44.
Comments on this page