#include <RadiationDiffusionFDDiscretization.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| RadDifOpPJacParameters (std::shared_ptr< AMP::Database > db) | |
| virtual | ~RadDifOpPJacParameters () |
Public Attributes | |
| std::shared_ptr< AMP::Database > | d_db |
| AMP::LinearAlgebra::Vector::shared_ptr | d_frozenSolution = nullptr |
| 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::function< double(size_t boundaryID, const AMP::Mesh::Point &boundaryPoint)> | d_pseudoNeumannFunctionT |
| std::function< double(size_t boundaryID, const AMP::Mesh::Point &boundaryPoint)> | d_robinFunctionE |
OperatorParameters for creating the linearized operator RadDifOpPJac. This is just regular OperatorParameters appended with:
Definition at line 838 of file RadiationDiffusionFDDiscretization.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
|
inlineexplicit |
Definition at line 842 of file RadiationDiffusionFDDiscretization.h.
|
inlinevirtual |
Definition at line 844 of file RadiationDiffusionFDDiscretization.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
| AMP::LinearAlgebra::Vector::shared_ptr AMP::Operator::RadDifOpPJacParameters::d_frozenSolution = nullptr |
Definition at line 846 of file RadiationDiffusionFDDiscretization.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::function<double( size_t boundaryID, const AMP::Mesh::Point &boundaryPoint )> AMP::Operator::RadDifOpPJacParameters::d_pseudoNeumannFunctionT |
Definition at line 851 of file RadiationDiffusionFDDiscretization.h.
| std::function<double( size_t boundaryID, const AMP::Mesh::Point &boundaryPoint )> AMP::Operator::RadDifOpPJacParameters::d_robinFunctionE |
Definition at line 849 of file RadiationDiffusionFDDiscretization.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 |