Home
last modified time | relevance | path

Searched refs:cgnsType (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DCGNSConventions.cpp474 cgnsType[MSH_PNT] = CGNS_ENUMV(NODE); in msh2CgnsEltTypeInit()
477 cgnsType[MSH_LIN_2] = CGNS_ENUMV(BAR_2); in msh2CgnsEltTypeInit()
478 cgnsType[MSH_TRI_3] = CGNS_ENUMV(TRI_3); in msh2CgnsEltTypeInit()
486 cgnsType[MSH_LIN_3] = CGNS_ENUMV(BAR_3); in msh2CgnsEltTypeInit()
487 cgnsType[MSH_TRI_6] = CGNS_ENUMV(TRI_6); in msh2CgnsEltTypeInit()
499 cgnsType[MSH_LIN_4] = CGNS_ENUMV(BAR_4); in msh2CgnsEltTypeInit()
500 cgnsType[MSH_TRI_9] = CGNS_ENUMV(TRI_9); in msh2CgnsEltTypeInit()
517 cgnsType[MSH_LIN_5] = CGNS_ENUMV(BAR_5); in msh2CgnsEltTypeInit()
535 return cgnsType; in msh2CgnsEltTypeInit()
617 return cgnsType[mshTag]; in msh2CgnsEltType()
[all …]
H A DCGNSRead.cpp38 CGNS_ENUMT(ElementType_t) cgnsType; in readElementInterpolation() local
40 interpIndex, interpName, &cgnsType); in readElementInterpolation()
45 cgnsErr = cg_element_lagrange_interpolation_size(cgnsType, &nbPt); in readElementInterpolation()
56 const int mshType = cgns2MshEltType(cgnsType); in readElementInterpolation()
H A DCGNSWrite.cpp606 CGNS_ENUMT(ElementType_t) cgnsType = msh2CgnsEltType(mshType); in writeHOPointInfo()
608 ossInterp << "Element_" << cgnsType; in writeHOPointInfo()
613 cgnsType, &indexInterp); in writeHOPointInfo()
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewDataGModelIO_CGNS.cpp38 CGNS_ENUMT(ElementType_t) cgnsType; in readSolutionInterpolation() local
42 interpIndex, interpName, &cgnsType, in readSolutionInterpolation()
58 cgnsErr = cg_solution_lagrange_interpolation_size(cgnsType, order, in readSolutionInterpolation()
70 const int baseMshType = cgns2MshEltType(cgnsType); in readSolutionInterpolation()