Home
last modified time | relevance | path

Searched refs:CGNS_ENUMV (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c12 #if !defined(CGNS_ENUMV)
13 #define CGNS_ENUMV(a) a macro
77 element_type_tmp = CGNS_ENUMV(ElementTypeNull); in DMPlexCGNSGetPermutation_Internal()
83 element_type_tmp = CGNS_ENUMV(BAR_2); in DMPlexCGNSGetPermutation_Internal()
87 element_type_tmp = CGNS_ENUMV(BAR_3); in DMPlexCGNSGetPermutation_Internal()
91 element_type_tmp = CGNS_ENUMV(BAR_4); in DMPlexCGNSGetPermutation_Internal()
95 element_type_tmp = CGNS_ENUMV(BAR_5); in DMPlexCGNSGetPermutation_Internal()
105 element_type_tmp = CGNS_ENUMV(TRI_3); in DMPlexCGNSGetPermutation_Internal()
109 element_type_tmp = CGNS_ENUMV(TRI_6); in DMPlexCGNSGetPermutation_Internal()
113 element_type_tmp = CGNS_ENUMV(TRI_10); in DMPlexCGNSGetPermutation_Internal()
[all …]
/petsc/src/sys/classes/viewer/impls/cgns/
H A Dcgnsv.c65 …PetscCallCGNSWrite(cg_array_write("TimeValues", CGNS_ENUMV(RealDouble), 1, &num_times, times), vie… in PetscViewerFileClose_CGNS()
70 …PetscCallCGNSWrite(cg_array_write("IterationValues", CGNS_ENUMV(Integer), 1, &num_times, steps_int… in PetscViewerFileClose_CGNS()
80 …PetscCallCGNSWrite(cg_array_write("FlowSolutionPointers", CGNS_ENUMV(Character), 2, shape, solname… in PetscViewerFileClose_CGNS()
83 …PetscCallCGNSWrite(cg_array_write("FlowSolutionCellInfoPointers", CGNS_ENUMV(Character), 2, shape,… in PetscViewerFileClose_CGNS()
86 …PetscCallCGNSWrite(cg_simulation_type_write(cgv->file_num, cgv->base, CGNS_ENUMV(TimeAccurate)), v… in PetscViewerFileClose_CGNS()
426 PetscCallCGNSRead(cg_array_read_as(1, CGNS_ENUMV(Character), pointer_names), viewer, 0); in PetscViewerCGNSGetSolutionFileIndex_Internal()
493 PetscCallCGNSRead(cg_array_read_as(A_index, CGNS_ENUMV(RealDouble), times), viewer, 0); in PetscViewerCGNSGetSolutionTime()
538 PetscCallCGNSRead(cg_array_read_as(A_index, CGNS_ENUMV(Integer), steps), viewer, 0); in PetscViewerCGNSGetSolutionIteration()