MeshKit
1.0
|
#include "meshkit/MKCore.hpp"
#include "meshkit/ModelEnt.hpp"
#include "meshkit/MeshOp.hpp"
#include "meshkit/iGeom.hpp"
#include "meshkit/iMesh.hpp"
#include "meshkit/Matrix.hpp"
#include "meshkit/SizingFunction.hpp"
#include "TestUtil.hpp"
Go to the source code of this file.
Defines | |
#define | TEST_QUADFACE "squaresurf.facet" |
Functions | |
void | test_simple_tri_to_quad () |
void | load_file () |
int | main (int argc, char *argv[]) |
ModelEnt * | get_square_surface () |
ModelEnt * | get_tri_meshed_surface (moab::EntityHandle verts[9]) |
Variables | |
MKCore * | core = 0 |
bool | write_vtk = false |
#define TEST_QUADFACE "squaresurf.facet" |
Definition at line 21 of file test_jaalquad.cpp.
Definition at line 52 of file test_jaalquad.cpp.
ModelEnt* get_tri_meshed_surface | ( | moab::EntityHandle | verts[9] | ) |
Definition at line 93 of file test_jaalquad.cpp.
void load_file | ( | ) |
Definition at line 281 of file test_jaalquad.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 31 of file test_jaalquad.cpp.
void test_simple_tri_to_quad | ( | ) |
Definition at line 209 of file test_jaalquad.cpp.
Definition at line 29 of file test_jaalquad.cpp.
bool write_vtk = false |
Definition at line 30 of file test_jaalquad.cpp.