|
MeshKit
1.0
|
#include "meshkit/Mesh.hpp"#include "meshkit/MeshRefine2D.hpp"#include "meshkit/QuadCleanUp.hpp"#include <unistd.h>#include "meshkit/DijkstraShortestPath.hpp"#include "meshkit/ObjectPool.hpp"#include "TestUtil.hpp"
Go to the source code of this file.
Defines | |
| #define | DEFAULT_TEST_FILE "quadclean.vtk" |
Functions | |
| int | QuadPatches (Jaal::Mesh *mesh) |
| void | run () |
| void | usage () |
| int | main (int argc, char **argv) |
Variables | |
| string | infilename |
| string | outfilename |
| int | iopt |
| int | numiters = 1000 |
| int | topo_improve = 1 |
| int | cleanup_op = 0 |
| Mesh * | mesh = new Jaal::Mesh |
| MeshOptimization | mopt |
| #define DEFAULT_TEST_FILE "quadclean.vtk" |
Definition at line 14 of file test_quadmeshcleanup.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 60 of file test_quadmeshcleanup.cpp.
| int QuadPatches | ( | Jaal::Mesh * | mesh | ) |
| void run | ( | ) |
Definition at line 130 of file test_quadmeshcleanup.cpp.
| void usage | ( | ) |
Definition at line 21 of file test_quadmeshcleanup.cpp.
| int cleanup_op = 0 |
Definition at line 56 of file test_quadmeshcleanup.cpp.
| string infilename |
Definition at line 53 of file test_quadmeshcleanup.cpp.
| int iopt |
Definition at line 55 of file test_quadmeshcleanup.cpp.
| Mesh* mesh = new Jaal::Mesh |
Definition at line 57 of file test_quadmeshcleanup.cpp.
Definition at line 58 of file test_quadmeshcleanup.cpp.
| int numiters = 1000 |
Definition at line 55 of file test_quadmeshcleanup.cpp.
| string outfilename |
Definition at line 53 of file test_quadmeshcleanup.cpp.
| int topo_improve = 1 |
Definition at line 55 of file test_quadmeshcleanup.cpp.