#include <TractionBoundaryOperatorParameters.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| TractionBoundaryOperatorParameters (std::shared_ptr< AMP::Database > db) | |
| virtual | ~TractionBoundaryOperatorParameters () |
Public Attributes | |
| std::shared_ptr< AMP::Database > | d_db |
| std::shared_ptr< AMP::Mesh::Mesh > | d_Mesh |
| Optional mesh for the operator. | |
| std::string | d_name |
| std::vector< AMP::Mesh::MeshElementID > | d_nodeID |
| std::shared_ptr< AMP::Operator::Operator > | d_pOperator |
| Allow for the case that a fully constructed operator is returned. | |
| std::vector< unsigned int > | d_sideNumbers |
| std::vector< double > | d_traction |
| std::vector< double > | d_volumeElements |
| std::shared_ptr< AMP::Operator::Operator > | d_volumeOperator |
Definition at line 9 of file TractionBoundaryOperatorParameters.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
|
inlineexplicit |
Definition at line 12 of file TractionBoundaryOperatorParameters.h.
|
inlinevirtual |
Definition at line 17 of file TractionBoundaryOperatorParameters.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
|
inherited |
Optional mesh for the operator.
Definition at line 39 of file OperatorParameters.h.
|
inherited |
Definition at line 25 of file ParameterBase.h.
| std::vector<AMP::Mesh::MeshElementID> AMP::Operator::TractionBoundaryOperatorParameters::d_nodeID |
Definition at line 22 of file TractionBoundaryOperatorParameters.h.
|
inherited |
Allow for the case that a fully constructed operator is returned.
Definition at line 42 of file OperatorParameters.h.
Definition at line 21 of file TractionBoundaryOperatorParameters.h.
| std::vector<double> AMP::Operator::TractionBoundaryOperatorParameters::d_traction |
Definition at line 19 of file TractionBoundaryOperatorParameters.h.
| std::vector<double> AMP::Operator::TractionBoundaryOperatorParameters::d_volumeElements |
Definition at line 20 of file TractionBoundaryOperatorParameters.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 |