Advanced Multi-Physics (AMP)
On-Line Documentation
TractionBoundaryOperatorParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_TractionBoundaryOperatorParameters
2#define included_AMP_TractionBoundaryOperatorParameters
3
4#include "AMP/mesh/Mesh.h"
5#include "AMP/operators/boundary/BoundaryOperatorParameters.h"
6
7namespace AMP::Operator {
8
10{
11public:
12 explicit TractionBoundaryOperatorParameters( std::shared_ptr<AMP::Database> db )
14 {
15 }
16
18
19 std::vector<double> d_traction;
20 std::vector<double> d_volumeElements;
21 std::vector<unsigned int> d_sideNumbers;
22 std::vector<AMP::Mesh::MeshElementID> d_nodeID;
23};
24} // namespace AMP::Operator
25
26#endif
std::shared_ptr< ParameterBase > shared_ptr



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:41.
Comments on this page