MOAB: Mesh Oriented datABase
(version 5.4.1)
|
All elements in Mesquite are of type MsqMeshEntity. Their associated functionality is implemented in this file. More...
#include "Mesquite.hpp"
#include "MsqMeshEntity.hpp"
#include "MsqVertex.hpp"
#include "PatchData.hpp"
#include <vector>
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. | |
Functions | |
static double | MBMesquite::corner_volume (const Vector3D &v0, const Vector3D &v1, const Vector3D &v2, const Vector3D &v3) |
ostream & | MBMesquite::operator<< (ostream &stream, const MsqMeshEntity &entity) |
All elements in Mesquite are of type MsqMeshEntity. Their associated functionality is implemented in this file.
Definition in file MsqMeshEntity.cpp.