Home
last modified time | relevance | path

Searched refs:cg_npe (Results 1 – 20 of 20) sorted by relevance

/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/utilities/
H A Dupdate_ngon.c242 cg_npe(celltype, &npe); in convert_elements()
255 cg_npe(connectivity[cur_elem], &nparts_in_elem); in convert_elements()
284 cg_npe(celltype, &npe); in convert_elements()
297 cg_npe(connectivity[cur_elem], &nparts_in_elem); in convert_elements()
H A Dcgns_to_fast.c250 if (cg_npe(et, &nn) || nn <= 0)
432 cg_npe(et, &nn);
488 cg_npe(et, &nn);
767 if (cg_npe(et, &ip) || ip <= 0)
H A Dcgns_to_vtk.c588 if (cg_npe (et, &nn) || nn == 0) in write_volume_cells()
697 if (cg_npe (et, &nn) || nn == 0) in write_volume_cells()
811 if (cg_npe (et, &nn) || nn == 0) in write_element_sets()
926 cg_npe (et, &nn); in write_element_sets()
H A Dcgns_to_aflr3.c402 if (cg_npe(et, &nn) || nn <= 0)
638 cg_npe (et, &nn);
704 cg_npe (et, &nn);
1106 cg_npe(type, &nnodes);
1151 if (cg_npe(et, &nn) || nn <= 0)
/dports/cad/netgen/netgen-6.2.2105/libsrc/interface/
H A Drw_cgns.cpp42 cg_npe(type, &np); in ReadCGNSElement1D()
77 cg_npe(type, &np); in ReadCGNSElement2D()
92 cg_npe(type, &np); in ReadCGNSElement3D()
482 cg_npe(type, &np); in ReadMesh()
543 cg_npe(type, &np); in ReadMesh()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadCGNS.cpp327 cg_npe(elemsType, &verts_per_elem); in load_file()
378 cg_npe(elemsType, &verts_per_elem); in load_file()
/dports/math/vtk9/VTK-9.1.0/IO/CGNS/
H A DvtkCGNSReader.cxx2898 if (cg_npe(elemType, &numPointsPerCell) || numPointsPerCell == 0) in GetUnstructuredZone()
3002 cg_npe(elemType, &numPointsPerCell); in GetUnstructuredZone()
3559 if (cg_npe(elemType, &numPointsPerCell) || numPointsPerCell == 0) in GetUnstructuredZone()
3635 cg_npe(elemType, &numPointsPerCell); in GetUnstructuredZone()
3741 cg_npe(elemType, &numPointsPerCell); in GetUnstructuredZone()
3804 cg_npe(elemType, &numPointsPerCell); in GetUnstructuredZone()
3925 if (cg_npe(elemType, &numPointsPerCell) || numPointsPerCell == 0) in GetUnstructuredZone()
4043 cg_npe(localElemType, &numPointsPerCell); in GetUnstructuredZone()
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/cgnsplot/
H A Dcgnstcl.c1584 cg_npe ((CGNS_ENUMT(ElementType_t))r->data[0], &ip); in edge_elements()
1660 cg_npe (type, &i); in face_elements()
1794 cg_npe (type, &j); in exterior_faces()
2096 if (cg_npe (type, &ip) || ip <= 0) { in unstructured_zone()
2128 cg_npe (elemtype, &ip); in unstructured_zone()
2157 cg_npe (elemtype, &ip); in unstructured_zone()
2161 cg_npe ((CGNS_ENUMT(ElementType_t))nb, &ip); in unstructured_zone()
4170 cg_npe(type, &nnodes); in find_elements()
4212 cg_npe(type, &nnodes); in find_elements()
4950 cg_npe(type, &nnodes); in find_intersects()
[all …]
/dports/science/cgnslib/CGNS-4.1.2/src/tools/
H A Dcgnscheck.c623 if (cg_npe (type, &nn) || nn <= 0) return 0; in valid_face()
677 if (cg_npe (type, &nn) || nn <= 0) in find_element()
685 cg_npe (type, &nn); in find_element()
1316 if (cg_npe (type, &nn) || nn <= 0) { in read_zone()
1400 cg_npe (type, &nn); in read_zone()
1445 if (cg_npe (es->type, &nn) || nn <= 0) { in read_zone()
1483 cg_npe (es->type, &nn); in read_zone()
1491 cg_npe (type, &nn); in read_zone()
2734 cg_npe (type, &nn); in check_elements()
2742 cg_npe (type, &nn); in check_elements()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cgns/vtkcgns/src/
H A Dvtk_cgns_mangle.h685 #define cg_npe vtkcgns_cg_npe macro
H A Dpcgnslib.c822 if (cg_npe(section->el_type, &elemsize)) return CG_ERROR; in cgp_elements_write_data()
944 if (cg_npe(section->el_type, &elemsize)) return CG_ERROR; in cgp_elements_read_data()
H A Dcgnslib.h1015 CGNSDLL int cg_npe( CGNS_ENUMT(ElementType_t) type, int *npe);
H A Dcgnslib.c3313 if (cg_npe(type, &npe) || npe <= 0) return CG_ERROR; in adf2_check_elems()
3582 if (cg_npe(type, &elemsize)) return CG_ERROR; in cg_section_partial_write()
3645 if (cg_npe(type, &elemsize)) return CG_ERROR; in cg_section_general_write()
5366 if (cg_npe(type, &elemsize)) return CG_ERROR; in cg_elements_general_write()
13779 int cg_npe(CGNS_ENUMT( ElementType_t ) type, int *npe) in cg_npe() function
H A Dcgns_internals.c1066 if (cg_npe(section[0][n].el_type, &npe)) return CG_ERROR; in cgi_read_section()
1132 cg_npe (el_type, &npe); in cgi_read_section()
1272 cg_npe(elem_data[size], &npe); in cgi_read_section()
8881 cg_npe(type, &npe); in cgi_element_data_size()
8907 if (cg_npe(type, &npe) || npe <= 0) { in cgi_element_data_size()
/dports/science/cgnslib/CGNS-4.1.2/src/
H A Dpcgnslib.c794 if (cg_npe(section->el_type, &elemsize)) return CG_ERROR; in cgp_elements_write_data()
841 if (cg_npe(section->el_type, &elemsize)) return CG_ERROR; in cgp_elements_read_data()
H A Dcgnslib.h1000 CGNSDLL int cg_npe( CGNS_ENUMT(ElementType_t) type, int *npe);
H A Dcgnslib.c3282 if (cg_npe(type, &npe) || npe <= 0) return CG_ERROR; in adf2_check_elems()
3704 if (cg_npe(type, &elemsize)) return CG_ERROR; in cg_section_partial_write()
4458 if (cg_npe(type, &elemsize)) return CG_ERROR; in cg_elements_partial_write()
4758 if (cg_npe(type, &elemsize)) return CG_ERROR; in cg_poly_elements_partial_write()
12710 int cg_npe(CGNS_ENUMT( ElementType_t ) type, int *npe) in cg_npe() function
H A Dcgns_internals.c1050 if (cg_npe(section[0][n].el_type, &npe)) return CG_ERROR; in cgi_read_section()
1116 cg_npe (el_type, &npe); in cgi_read_section()
1256 cg_npe(elem_data[size], &npe); in cgi_read_section()
8769 cg_npe(type, &npe); in cgi_element_data_size()
8795 if (cg_npe(type, &npe) || npe <= 0) { in cgi_element_data_size()
H A Dcg_ftoc.c3528 *ier = (cgint_f)cg_npe(*type, &i_npe);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/cgns/
H A DIocgns_DecompositionData.C667 CGCHECK2(cg_npe(e_type, &element_nodes)); in generate_adjacency_list()