ug4
file_io_ng.cpp File Reference
#include "file_io_ng.h"
#include <vector>
#include "lib_grid/lg_base.h"
#include <lib_grid/file_io/externals/include/ng/ng.h>

Namespaces

 ug
 the ug namespace
 

Enumerations

enum  ng_face_type { ng_triangle = 3 , ng_quadrilateral = 4 }
 
enum  ng_volume_type { ng_tetrahedra = 4 , ng_pyramid = 5 , ng_prism = 6 , ng_hexahedra = 8 }
 

Functions

bool ug::ImportGridFromNG (Grid &grid, const char *filename, AVector3 &aPos, ISubsetHandler *pSubdomainHandler)
 

Enumeration Type Documentation

◆ ng_face_type

Enumerator
ng_triangle 
ng_quadrilateral 

◆ ng_volume_type

Enumerator
ng_tetrahedra 
ng_pyramid 
ng_prism 
ng_hexahedra