1 #ifndef GID_MESH_LIBRARY_H
2 #define GID_MESH_LIBRARY_H
int * GetMarkersOfNodes(GiDOutput_Handle hdl_gout)
int GetNumberOfMarkersByNode(GiDOutput_Handle hdl_gout)
void DeleteOutputHandle(GiDOutput_Handle hdl_gout)
int GetNumberOfAttributesByNode(GiDOutput_Handle hdl_gout)
double * GetAttributesOfNodes(GiDOutput_Handle hdl_gout)
void * GetGidOutputHandle()
int GetNumberOfNodesForInterpolation(GiDOutput_Handle hdl_gout)
void AddMarkersMeshNodes(GiDInput_Handle hdl_gin, double *markers)
void GiDML_DetectInsideAndOutsideNodesInTetrahedraMesh(GiDInput_Handle hdl_gin, GiDOutput_Handle hdl_gout)
int * GetBaseNodesForInterpolation(GiDOutput_Handle hdl_gout)
void GiDML_IsoSurfaceTetrahedraMesher(GiDInput_Handle hdl_gin, GiDOutput_Handle hdl_gout, double size_user, void *interface_gid=0)
GiDInput_Handle GetGidInputHandleWithVolumeMesh(int ndime, int nlen, double *coords, int elen, int *elems, int type_elem_mesh)
GiDInput_Handle GetGidInputHandleWithBoundaryMesh(int ndime, int nlen, double *coords, int flen, int *faces, int type_faces_mesh)
int GetNumberOfNodes(GiDOutput_Handle hdl_gout)
int IsoSurfaceTetrahedraMesher_CheckConsistency(GiDInput_Handle hdl_gin)
const char * IsoSurfaceTetrahedraMesher_CheckState(int state)
void * GiDInput_Handle
Definition: gid_mesh_library.h:6
double * GetWightsNodesForInterpolation(GiDOutput_Handle hdl_gout)
void AddAttributeMeshNodes(GiDInput_Handle hdl_gin, double *attributes)
int GetNumberOfElements(GiDOutput_Handle hdl_gout)
int * GetMarkersOfAddedNodes(GiDOutput_Handle hdl_gout)
void DeleteInputHandle(GiDInput_Handle hdl_gin)
void AddNodesInMesh(GiDInput_Handle hdl_gin, int nlen, double *coord)
int * GetNeighborsByFaces(GiDOutput_Handle hdl_gout)
int GeNumberOftMarkersByAddedNode(GiDOutput_Handle hdl_gout)
int GetNumberOfAddedNodes(GiDOutput_Handle hdl_gout)
void GiDML_GetNodesDistanceInTetrahedraMesh(GiDInput_Handle hdl_gin, GiDOutput_Handle hdl_gout, int cuadratic_distances)
void GiDML_GetNodesDistanceRadiusInTetrahedraMesh(GiDInput_Handle hdl_gin, GiDOutput_Handle hdl_gout, double Radius, int cuadratic_distances)
void * GiDOutput_Handle
Definition: gid_mesh_library.h:7
double * GetCoordAddedNodes(GiDOutput_Handle hdl_gout)
int * GetConnecElements(GiDOutput_Handle hdl_gout)
double * GetCoordNodes(GiDOutput_Handle hdl_gout)