Advanced Multi-Physics (AMP)
On-Line Documentation
DOF_ManagerParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_DOF_ManagerParameters
2#define included_AMP_DOF_ManagerParameters
3
4#include "AMP/mesh/Mesh.h"
5#include <memory>
6
7namespace AMP::Discretization {
8
9
19{
20public:
23
25 explicit DOFManagerParameters( std::shared_ptr<AMP::Mesh::Mesh> mesh );
26
28 std::shared_ptr<AMP::Mesh::Mesh> getMesh() { return mesh; }
29
30
31protected:
33 std::shared_ptr<AMP::Mesh::Mesh> mesh;
34
36 // std::shared_ptr<AMP::Discretization::VectorSpace> vectorSpace;
37};
38
39
40} // namespace AMP::Discretization
41
42#endif
DOFManagerParameters(std::shared_ptr< AMP::Mesh::Mesh > mesh)
Default constructor for a DOF manager object.
std::shared_ptr< AMP::Mesh::Mesh > mesh
Pointer to the underlying Mesh (may be NULL)
DOFManagerParameters()
Empty constructor for a DOF manager object.
std::shared_ptr< AMP::Mesh::Mesh > getMesh()
Return the mesh.



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