MeshKit
1.0
|
#include "meshkit/Mesh.hpp"
Go to the source code of this file.
Functions | |
void | build_submesh_topology (StructuredMesh2D &smesh) |
Face * | getSeedFace (Jaal::Mesh *mesh) |
size_t | independent_components (Jaal::Mesh *mesh) |
int | merge_submesh (StructuredMesh2D &amesh, StructuredMesh2D &bmesh) |
StructuredMesh2D | getQuadPatch (Jaal::Mesh *mesh, int compid) |
void build_submesh_topology | ( | StructuredMesh2D & | smesh | ) |
Definition at line 176 of file QuadPatches.cpp.
StructuredMesh2D getQuadPatch | ( | Jaal::Mesh * | mesh, |
int | compid | ||
) |
Definition at line 326 of file QuadPatches.cpp.
Face* getSeedFace | ( | Jaal::Mesh * | mesh | ) |
Definition at line 208 of file QuadPatches.cpp.
size_t independent_components | ( | Jaal::Mesh * | mesh | ) |
Definition at line 219 of file QuadPatches.cpp.
int merge_submesh | ( | StructuredMesh2D & | amesh, |
StructuredMesh2D & | bmesh | ||
) |
Definition at line 269 of file QuadPatches.cpp.