Searched refs:ngrids (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 645 int ngrids, ncoords; in DMPlexCreateCGNS_Internal_Serial() local 649 PetscCallCGNSRead(cg_ngrids(cgid, B, z, &ngrids), *dm, 0); in DMPlexCreateCGNS_Internal_Serial() 650 …PetscCheck(ngrids <= 1, PETSC_COMM_SELF, PETSC_ERR_LIB, "CGNS file must have a single grid, not %d… in DMPlexCreateCGNS_Internal_Serial() 1743 int ngrids, ncoords; in DMPlexCreateCGNS_Internal_Parallel() local 1746 PetscCallCGNSRead(cg_ngrids(cgid, base, zone, &ngrids), *dm, 0); in DMPlexCreateCGNS_Internal_Parallel() 1747 …PetscCheck(ngrids <= 1, PETSC_COMM_SELF, PETSC_ERR_LIB, "CGNS file must have a single grid, not %d… in DMPlexCreateCGNS_Internal_Parallel()
|