#include <DOF_ManagerParameters.h>
Public Member Functions | |
| DOFManagerParameters () | |
| Empty constructor for a DOF manager object. | |
| DOFManagerParameters (std::shared_ptr< AMP::Mesh::Mesh > mesh) | |
| Default constructor for a DOF manager object. | |
| std::shared_ptr< AMP::Mesh::Mesh > | getMesh () |
| Return the mesh. | |
Protected Attributes | |
| std::shared_ptr< AMP::Mesh::Mesh > | mesh |
| Pointer to the underlying Mesh (may be NULL) | |
Definition at line 18 of file DOF_ManagerParameters.h.
| AMP::Discretization::DOFManagerParameters::DOFManagerParameters | ( | ) |
Empty constructor for a DOF manager object.
|
explicit |
Default constructor for a DOF manager object.
|
inline |
|
protected |
Pointer to the underlying Mesh (may be NULL)
Definition at line 33 of file DOF_ManagerParameters.h.
Referenced by getMesh().
|
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:42. Comments on this page |