|
| GiDInput_Handle | GetGidInputHandleWithBoundaryMesh (int ndime, int nlen, double *coords, int flen, int *faces, int type_faces_mesh) |
| |
| GiDInput_Handle | GetGidInputHandleWithBoundaryMesh (int ndime, int nlen, double *coords, int flen, int *faces, int number_of_types, int *flen_by_types, int *type_faces_mesh) |
| |
| GiDInput_Handle | GetGidInputHandleWithVolumeMesh (int ndime, int nlen, double *coords, int elen, int *elems, int type_elem_mesh) |
| |
| GiDInput_Handle | GetGidInputHandleWithVolumeMesh (int ndime, int nlen, double *coords, int elen, int *elems, int number_of_types, int *elen_by_types, int *type_elem_mesh) |
| |
| void | DeleteInputHandle (GiDInput_Handle hdl_gin) |
| |
| void | AddNodesInMesh (GiDInput_Handle hdl_gin, int nlen, double *coord) |
| |
| void | AddAttributeMeshNodes (GiDInput_Handle hdl_gin, double *attributes) |
| |
| void | AddMarkersMeshNodes (GiDInput_Handle hdl_gin, double *markers) |
| |
| void * | GetGidOutputHandle () |
| |
| void | DeleteOutputHandle (GiDOutput_Handle hdl_gout) |
| |
| double * | GetCoordNodes (GiDOutput_Handle hdl_gout) |
| |
| int | GetNumberOfNodes (GiDOutput_Handle hdl_gout) |
| |
| double * | GetAttributesOfNodes (GiDOutput_Handle hdl_gout) |
| |
| int | GetNumberOfAttributesByNode (GiDOutput_Handle hdl_gout) |
| |
| int * | GetMarkersOfNodes (GiDOutput_Handle hdl_gout) |
| |
| int | GetNumberOfMarkersByNode (GiDOutput_Handle hdl_gout) |
| |
| int * | GetConnecElements (GiDOutput_Handle hdl_gout) |
| |
| int | GetNumberOfElements (GiDOutput_Handle hdl_gout) |
| |
| double * | GetCoordAddedNodes (GiDOutput_Handle hdl_gout) |
| |
| int | GetNumberOfAddedNodes (GiDOutput_Handle hdl_gout) |
| |
| int * | GetBaseNodesForInterpolation (GiDOutput_Handle hdl_gout) |
| |
| double * | GetWightsNodesForInterpolation (GiDOutput_Handle hdl_gout) |
| |
| int | GetNumberOfNodesForInterpolation (GiDOutput_Handle hdl_gout) |
| |
| int * | GetMarkersOfAddedNodes (GiDOutput_Handle hdl_gout) |
| |
| int | GeNumberOftMarkersByAddedNode (GiDOutput_Handle hdl_gout) |
| |
| int * | GetNeighborsByFaces (GiDOutput_Handle hdl_gout) |
| |
| void | GiDML_IsoSurfaceTetrahedraMesher (GiDInput_Handle hdl_gin, GiDOutput_Handle hdl_gout, double size_user, void *interface_gid=0) |
| |
| int | IsoSurfaceTetrahedraMesher_CheckConsistency (GiDInput_Handle hdl_gin) |
| |
| const char * | IsoSurfaceTetrahedraMesher_CheckState (int state) |
| |
| void | GiDML_GetNodesDistanceRadiusInTetrahedraMesh (GiDInput_Handle hdl_gin, GiDOutput_Handle hdl_gout, double Radius, int cuadratic_distances) |
| |
| void | GiDML_GetNodesDistanceInTetrahedraMesh (GiDInput_Handle hdl_gin, GiDOutput_Handle hdl_gout, int cuadratic_distances) |
| |
| void | GiDML_DetectInsideAndOutsideNodesInTetrahedraMesh (GiDInput_Handle hdl_gin, GiDOutput_Handle hdl_gout) |
| |