MOAB: Mesh Oriented datABase
(version 5.4.1)
|
This file contains the PatchData class and its associated mementos. More...
#include "Mesquite.hpp"
#include "MsqVertex.hpp"
#include "MsqMeshEntity.hpp"
#include "MeshInterface.hpp"
#include "MsqError.hpp"
#include "Settings.hpp"
#include "NodeSet.hpp"
#include "MappingFunction.hpp"
#include <cstddef>
#include <cstdlib>
#include <map>
#include <vector>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | MBMesquite::PatchData |
class | MBMesquite::PatchDataVerticesMemento |
Contains a copy of the coordinates of a PatchData. More... | |
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. | |
Functions | |
void | MBMesquite::print_patch_data (const PatchData &pd) |
This file contains the PatchData class and its associated mementos.
The PatchData class provides the mesh information and functionality to Mesquite. The PatchDataVerticesMemento class allows the state of a PatchData object to be saved in order to later restore that object to its previous state.
Definition in file PatchData.hpp.