MeshKit  1.0
test_mesquiteopt.cpp File Reference
#include "meshkit/MKCore.hpp"
#include "meshkit/ModelEnt.hpp"
#include "meshkit/MesquiteOpt.hpp"
#include "meshkit/iGeom.hpp"
#include "meshkit/iMesh.hpp"
#include "meshkit/Matrix.hpp"
#include "TestUtil.hpp"
Include dependency graph for test_mesquiteopt.cpp:

Go to the source code of this file.

Classes

struct  PointSort

Functions

void test_fixed_smooth_surf ()
void test_free_smooth_surf ()
void test_smooth_spherical_surf ()
ModelEntcreate_surface_mesh (moab::EntityHandle vertices[4][4])
ModelEntget_model_ent (iBase_EntityHandle geom)
int main (int argc, char *argv[])
void check_surf_coords (Vector< 3 > coords[4][4], moab::EntityHandle verts[4][4], double epsilon)

Variables

bool verbose = false
bool write_vtk = false
MKCorecore

Detailed Description

Test:

test_mesquite.cpp

Definition in file test_mesquiteopt.cpp.


Function Documentation

void check_surf_coords ( Vector< 3 >  coords[4][4],
moab::EntityHandle  verts[4][4],
double  epsilon 
)

Definition at line 261 of file test_mesquiteopt.cpp.

ModelEnt * create_surface_mesh ( moab::EntityHandle  vertices[4][4])

Definition at line 83 of file test_mesquiteopt.cpp.

ModelEnt * get_model_ent ( iBase_EntityHandle  geom)

Definition at line 246 of file test_mesquiteopt.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 30 of file test_mesquiteopt.cpp.

Definition at line 273 of file test_mesquiteopt.cpp.

Definition at line 341 of file test_mesquiteopt.cpp.

Definition at line 400 of file test_mesquiteopt.cpp.


Variable Documentation

Definition at line 29 of file test_mesquiteopt.cpp.

bool verbose = false

Definition at line 27 of file test_mesquiteopt.cpp.

bool write_vtk = false

Definition at line 28 of file test_mesquiteopt.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines