Home
last modified time | relevance | path

Searched refs:TETRA_4 (Results 1 – 25 of 41) sorted by relevance

12

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexcgns.c162 case CGNS_ENUMV(TETRA_4): numCorners = 4;break; in DMPlexCreateCGNS()
174 case CGNS_ENUMV(TETRA_4): numCorners = 4;break; in DMPlexCreateCGNS()
202 case CGNS_ENUMV(TETRA_4): numCorners = 4;break; in DMPlexCreateCGNS()
211 if (elements[v] == CGNS_ENUMV(TETRA_4)) { in DMPlexCreateCGNS()
229 case CGNS_ENUMV(TETRA_4): numCorners = 4;break; in DMPlexCreateCGNS()
240 if (cellType == CGNS_ENUMV(TETRA_4)) { in DMPlexCreateCGNS()
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_PartRdWr/
H A Dcgwrite.F132 element(count)=TETRA_4
148 element(count)=TETRA_4
H A DOUTPUT33 Element Type= TETRA_4
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/utilities/
H A Dcgns_to_tecplot.c146 if (et >= CGNS_ENUMV(TETRA_4)) { in count_elements()
156 if (et >= CGNS_ENUMV(TETRA_4) && et <= CGNS_ENUMV(HEXA_27)) { in count_elements()
190 if (et < CGNS_ENUMV(TETRA_4) || et > CGNS_ENUMV(MIXED)) continue; in volume_elements()
195 case CGNS_ENUMV(TETRA_4): in volume_elements()
H A Dcgns_to_fast.c233 case CGNS_ENUMV(TETRA_4):
263 case CGNS_ENUMV(TETRA_4):
383 elemtype != CGNS_ENUMV(TETRA_4) &&
409 if (et == CGNS_ENUMV(TETRA_4) ||
739 if (elemtype == CGNS_ENUMV(TETRA_4) ||
761 if (et == CGNS_ENUMV(TETRA_4)) {
773 else if (elemtype == CGNS_ENUMV(TETRA_4)) {
H A Dcgns_to_vtk.c552 if (elemtype < CGNS_ENUMV(TETRA_4) || elemtype > CGNS_ENUMV(MIXED)) continue; in write_volume_cells()
563 case CGNS_ENUMV(TETRA_4): in write_volume_cells()
596 case CGNS_ENUMV(TETRA_4): in write_volume_cells()
647 if (elemtype < CGNS_ENUMV(TETRA_4) || elemtype > CGNS_ENUMV(MIXED)) continue; in write_volume_cells()
665 case CGNS_ENUMV(TETRA_4): in write_volume_cells()
781 case CGNS_ENUMV(TETRA_4): in write_element_sets()
894 case CGNS_ENUMV(TETRA_4): in write_element_sets()
H A Dcgns_to_aflr3.c370 case CGNS_ENUMV(TETRA_4):
420 case CGNS_ENUMV(TETRA_4):
570 if (elemtype < CGNS_ENUMV(TETRA_4)) continue;
594 case CGNS_ENUMV(TETRA_4):
1392 if (nTets) write_elements(fp, CGNS_ENUMV(TETRA_4));
H A Dinterpolate_cgns.c152 if (et >= CGNS_ENUMV(TETRA_4) && et <= CGNS_ENUMV(HEXA_27)) nelem++; in count_elements()
157 if (et >= CGNS_ENUMV(TETRA_4) && et <= CGNS_ENUMV(HEXA_27)) nelem += ne; in count_elements()
176 if (et < CGNS_ENUMV(TETRA_4) || et > CGNS_ENUMV(MIXED)) continue; in add_elements()
181 case CGNS_ENUMV(TETRA_4): in add_elements()
H A Dtetgen_to_cgns.c626 nptet == 10 ? CGNS_ENUMV(TETRA_10) : CGNS_ENUMV(TETRA_4), in write_tets()
640 nptet == 10 ? CGNS_ENUMV(TETRA_10) : CGNS_ENUMV(TETRA_4), in write_tets()
H A Dcgnsutil.c1947 if (et < CGNS_ENUMV(TETRA_4) || et > CGNS_ENUMV(MIXED)) continue; in vertex_volumes()
1952 case CGNS_ENUMV(TETRA_4): in vertex_volumes()
2213 if (et < CGNS_ENUMV(TETRA_4) || et > CGNS_ENUMV(MIXED)) continue; in to_cell_vertex()
2218 if (j < s->size && et >= CGNS_ENUMV(TETRA_4) && et <= CGNS_ENUMV(HEXA_27)) { in to_cell_vertex()
2298 if (et < CGNS_ENUMV(TETRA_4) || et > CGNS_ENUMV(MIXED)) continue; in cell_vertex_solution()
2303 case CGNS_ENUMV(TETRA_4): in cell_vertex_solution()
2869 if (et < CGNS_ENUMV(TETRA_4) || et > CGNS_ENUMV(MIXED)) continue; in to_cell_center()
2874 if (j < np && et >= CGNS_ENUMV(TETRA_4) && et <= CGNS_ENUMV(HEXA_27)) { in to_cell_center()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadCGNS.cpp249 case TETRA_4: in load_file()
278 … if (elemsType == TETRA_4 || elemsType == PYRA_5 || elemsType == PENTA_6 || elemsType == HEXA_8 || in load_file()
339 case TETRA_4: in load_file()
396 case TETRA_4: in load_file()
H A DWriteCGNS.cpp436 Sets[i].CGNSType == TETRA_4 || Sets[i].CGNSType == PYRA_5 || Sets[i].CGNSType == PENTA_6 || in set_tag_values()
609 Sets[i].CGNSType = TETRA_4; in get_cgns_type()
706 return TETRA_4; in moab_cgns_conv()
/dports/science/cgnslib/CGNS-4.1.2/src/examples/fortran/Test_mixed_elements/
H A DOUTPUT34 Element Type= TETRA_4
H A Dcgmodify.F102 element(count)=TETRA_4
H A Dcgwrite.F103 element(count)=TETRA_4
/dports/science/cgnslib/CGNS-4.1.2/src/tests/
H A Dtest64c.c260 "Elements", CGNS_ENUMV(TETRA_4), 1, nelems, in main()
267 index_zone, "Elements", CGNS_ENUMV(TETRA_4), in main()
386 if (etype != CGNS_ENUMV(TETRA_4)) { in main()
H A Dtest64f.F9059 & TETRA_4,ns,ne,nb,elems,cgsect,ier)
H A Dtest64f_f03.F9059 & TETRA_4,ns,ne,nb,elems,cgsect,ier)
H A Dwrite_bcdata.c106 CGNS_ENUMV(TETRA_4), 5, 5, 0, tets, &cgsect)) in main()
H A Delemtest.c221 if (cg_section_write (fnum, bnum, znum, "TETRA_4", CGNS_ENUMV(TETRA_4), in main()
226 elems[j++] = (int)CGNS_ENUMV(TETRA_4); in main()
/dports/cad/netgen/netgen-6.2.2105/libsrc/interface/
H A Drw_cgns.cpp25 case TETRA_4: in getDim()
97 case TETRA_4: in ReadCGNSElement3D()
176 type = TETRA_4; in WriteCGNSElement()
/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/pre-post/
H A Decs_table_post_cgns.c304 type_cgns[ECS_ELT_TYP_CEL_TETRA] = CS_CG_ENUM(TETRA_4); in ecs_table_post_cgns__ecr_connect()
/dports/science/cgnslib/CGNS-4.1.2/src/ptests/
H A Dpcgns_ftest.F9099 CALL cgp_section_write_f(F,B,Z,'Tets',TETRA_4,start_1,totcnt,0,E,ierr)
H A Dpcgns_ctest.c108 if (cgp_section_write(F,B,Z,"Tets",CGNS_ENUMV(TETRA_4),1,total_count,0,&E)) in main()
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DCGNSConventions.cpp480 cgnsType[MSH_TET_4] = CGNS_ENUMV(TETRA_4); in msh2CgnsEltTypeInit()
549 mshType[CGNS_ENUMV(TETRA_4)] = MSH_TET_4; in cgns2MshEltTypeInit()

12