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

#include <CoupledOperatorParameters.h>

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

Public Types

typedef std::shared_ptr< ParameterBaseshared_ptr
 

Public Member Functions

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

Public Attributes

std::shared_ptr< Operatord_BVPOperator
 
std::shared_ptr< Operatord_CopyOperator
 
std::shared_ptr< AMP::Databased_db
 
std::shared_ptr< Operatord_MapOperator
 
std::shared_ptr< AMP::Mesh::Meshd_Mesh
 Optional mesh for the operator.
 
std::string d_name
 
std::shared_ptr< Operatord_NodeToGaussPointOperator
 
std::vector< std::shared_ptr< OperatorParameters > > d_OperatorParameters
 
std::shared_ptr< AMP::Operator::Operatord_pOperator
 Allow for the case that a fully constructed operator is returned.
 

Detailed Description

A class that encapsulates the parameters required to construct the composite Operator operator.

See also
ColumnOperator

Definition at line 17 of file CoupledOperatorParameters.h.

Member Typedef Documentation

◆ shared_ptr

Definition at line 18 of file ParameterBase.h.

Constructor & Destructor Documentation

◆ CoupledOperatorParameters()

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

Definition at line 20 of file CoupledOperatorParameters.h.

◆ ~CoupledOperatorParameters()

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

Definition at line 25 of file CoupledOperatorParameters.h.

Member Data Documentation

◆ d_BVPOperator

std::shared_ptr<Operator> AMP::Operator::CoupledOperatorParameters::d_BVPOperator

Definition at line 33 of file CoupledOperatorParameters.h.

◆ d_CopyOperator

std::shared_ptr<Operator> AMP::Operator::CoupledOperatorParameters::d_CopyOperator

Definition at line 29 of file CoupledOperatorParameters.h.

◆ d_db

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

Definition at line 27 of file ParameterBase.h.

◆ d_MapOperator

std::shared_ptr<Operator> AMP::Operator::CoupledOperatorParameters::d_MapOperator

Definition at line 31 of file CoupledOperatorParameters.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_NodeToGaussPointOperator

std::shared_ptr<Operator> AMP::Operator::CoupledOperatorParameters::d_NodeToGaussPointOperator

Definition at line 27 of file CoupledOperatorParameters.h.

◆ d_OperatorParameters

std::vector<std::shared_ptr<OperatorParameters> > AMP::Operator::ColumnOperatorParameters::d_OperatorParameters
inherited

Definition at line 26 of file ColumnOperatorParameters.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.


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