Advanced Multi-Physics (AMP)
On-Line Documentation
AMP::Operator::DiffusionFDOperator Member List

This is the complete list of members for AMP::Operator::DiffusionFDOperator, including all inherited members.

apply(AMP::LinearAlgebra::Vector::const_shared_ptr u, AMP::LinearAlgebra::Vector::shared_ptr f) overrideAMP::Operator::LinearOperatorvirtual
AMP::Operator::Operator::apply(std::shared_ptr< const AMP::LinearAlgebra::Vector > u, std::shared_ptr< AMP::LinearAlgebra::Vector > f)=0AMP::Operator::Operatorpure virtual
create(std::shared_ptr< AMP::Operator::OperatorParameters > params)AMP::Operator::DiffusionFDOperatorinlinestatic
createDiscretizationMatrix()AMP::Operator::DiffusionFDOperatorprivate
createInputVector() const overrideAMP::Operator::LinearOperatorvirtual
createOutputVector() const overrideAMP::Operator::LinearOperatorvirtual
createRHSVector(std::function< double(const AMP::Mesh::Point &)> PDESourceFun, std::function< double(const AMP::Mesh::Point &, int boundary_id)> boundaryFun)AMP::Operator::DiffusionFDOperator
createStencil() constAMP::Operator::DiffusionFDOperatorprivate
d_backendAMP::Operator::Operatorprotected
d_BoxMeshAMP::Operator::DiffusionFDOperatorprivate
d_dbAMP::Operator::DiffusionFDOperator
d_dimAMP::Operator::DiffusionFDOperatorprivate
d_DOFManAMP::Operator::DiffusionFDOperator
d_globalBoxAMP::Operator::DiffusionFDOperatorprivate
d_hAMP::Operator::DiffusionFDOperatorprivate
d_iDebugPrintInfoLevelAMP::Operator::Operatorprotected
d_iInstance_idAMP::Operator::Operatorprotectedstatic
d_ijkAMP::Operator::DiffusionFDOperatorprivate
d_inputVariableAMP::Operator::LinearOperatorprotected
d_iObject_idAMP::Operator::Operatorprotected
d_localArraySizeAMP::Operator::DiffusionFDOperatorprivate
d_localBoxAMP::Operator::DiffusionFDOperatorprivate
d_matrixAMP::Operator::LinearOperatorprotected
d_memory_locationAMP::Operator::Operatorprotected
d_MeshAMP::Operator::Operatorprotected
d_outputVariableAMP::Operator::LinearOperatorprotected
d_stencilAMP::Operator::DiffusionFDOperatorprivate
DiffusionFDOperator(std::shared_ptr< const AMP::Operator::OperatorParameters > params_)AMP::Operator::DiffusionFDOperator
DOFToGridInds(size_t dof) constAMP::Operator::DiffusionFDOperatorprivate
fillMatrixWithCSRData(std::shared_ptr< AMP::LinearAlgebra::Matrix > matrix)AMP::Operator::DiffusionFDOperatorprivate
fillVectorWithFunction(std::shared_ptr< AMP::LinearAlgebra::Vector > u, std::function< double(const AMP::Mesh::Point &)> fun) constAMP::Operator::DiffusionFDOperator
getBackendFromInput(std::shared_ptr< AMP::Database > db)AMP::Operator::Operatorprotected
getCSRData(size_t row, std::vector< size_t > &cols, std::vector< double > &data)AMP::Operator::DiffusionFDOperatorprivate
getCSRDataBoundary(size_t row, std::vector< size_t > &cols, std::vector< double > &data) constAMP::Operator::DiffusionFDOperatorprivate
getCSRDataInterior(std::array< size_t, 5 > &ijkLocal, size_t rowLocal, std::vector< size_t > &cols, std::vector< double > &data) constAMP::Operator::DiffusionFDOperatorprivate
getGlobalNodeBox() constAMP::Operator::DiffusionFDOperatorprivate
getInputVariable() const overrideAMP::Operator::LinearOperatorinlinevirtual
getJacobianParameters(std::shared_ptr< const AMP::LinearAlgebra::Vector >)AMP::Operator::Operatorinlineprotectedvirtual
getLocalNodeBox() constAMP::Operator::DiffusionFDOperatorprivate
getMatrix()AMP::Operator::LinearOperatorvirtual
getMemoryLocation() constAMP::Operator::Operatorinline
getMesh()AMP::Operator::Operatorinline
getMesh() constAMP::Operator::Operatorinline
getMeshSize() constAMP::Operator::DiffusionFDOperator
getOutputVariable() const overrideAMP::Operator::LinearOperatorinlinevirtual
getParameters(const std::string &type, std::shared_ptr< const AMP::LinearAlgebra::Vector > u, std::shared_ptr< OperatorParameters > params=nullptr)AMP::Operator::Operatorvirtual
gridIndsToDOF(std::array< int, 3 > ijk) constAMP::Operator::DiffusionFDOperatorprivate
isValidVector(std::shared_ptr< const AMP::LinearAlgebra::Vector >)AMP::Operator::Operatorinlinevirtual
LinearOperator(std::shared_ptr< const OperatorParameters > params)AMP::Operator::LinearOperatorexplicit
LinearOperator()AMP::Operator::LinearOperatorprotected
makeConsistent(std::shared_ptr< AMP::LinearAlgebra::Vector > vec)AMP::Operator::Operatorvirtual
Operator(void)AMP::Operator::Operator
Operator(std::shared_ptr< const OperatorParameters > params)AMP::Operator::Operatorexplicit
reInitializeVector(std::shared_ptr< AMP::LinearAlgebra::Vector >)AMP::Operator::Operatorinlinevirtual
reset(std::shared_ptr< const OperatorParameters > params)AMP::Operator::Operatorvirtual
residual(std::shared_ptr< const AMP::LinearAlgebra::Vector > f, std::shared_ptr< const AMP::LinearAlgebra::Vector > u, std::shared_ptr< AMP::LinearAlgebra::Vector > r)AMP::Operator::Operatorvirtual
selectInputVector() constAMP::Operator::Operatorvirtual
selectOutputVector() constAMP::Operator::Operatorvirtual
setDebugPrintInfoLevel(int level)AMP::Operator::Operatorinlinevirtual
setDOFManager()AMP::Operator::DiffusionFDOperatorprivate
setMatrix(std::shared_ptr< AMP::LinearAlgebra::Matrix > in_mat)AMP::Operator::LinearOperatorvirtual
setMemoryAndBackendParameters(std::shared_ptr< AMP::Database > db)AMP::Operator::Operatorprotected
setVariables(std::shared_ptr< AMP::LinearAlgebra::Variable > in, std::shared_ptr< AMP::LinearAlgebra::Variable > out)AMP::Operator::LinearOperatorinlinevirtual
shared_ptr typedefAMP::Operator::Operator
subsetInputVector(std::shared_ptr< AMP::LinearAlgebra::Vector > vec) constAMP::Operator::Operator
subsetInputVector(std::shared_ptr< const AMP::LinearAlgebra::Vector > vec) constAMP::Operator::Operator
subsetOutputVector(std::shared_ptr< AMP::LinearAlgebra::Vector > vec) constAMP::Operator::Operator
subsetOutputVector(std::shared_ptr< const AMP::LinearAlgebra::Vector > vec) constAMP::Operator::Operator
type() const overrideAMP::Operator::DiffusionFDOperatorinlinevirtual
VertexGeomAMP::Operator::DiffusionFDOperatorprivatestatic
~DiffusionFDOperator()AMP::Operator::DiffusionFDOperatorinlinevirtual
~LinearOperator()AMP::Operator::LinearOperatorinlinevirtual
~Operator()AMP::Operator::Operatorinlinevirtual



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