Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1720 PetscBool read_with_double; in DMPlexCreateCGNS_Internal_Parallel() local
1732 read_with_double = datatype == CGNS_ENUMV(RealDouble) ? PETSC_TRUE : PETSC_FALSE; in DMPlexCreateCGNS_Internal_Parallel()
1736 …if (read_with_double) PetscCall(PetscMalloc3(myownedv, &xd[0], myownedv, &xd[1], myownedv, &xd[2])… in DMPlexCreateCGNS_Internal_Parallel()
1750 if (read_with_double) { in DMPlexCreateCGNS_Internal_Parallel()
1774 if (read_with_double) PetscCall(PetscFree3(xd[0], xd[1], xd[2])); in DMPlexCreateCGNS_Internal_Parallel()