Searched refs:nnormals (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 687 cgsize_t npoints, nnormals; in DMPlexCreateCGNS_Internal_Serial() local 693 …co_info(cgid, B, z, bc, bcname, &bctype, &pointtype, &npoints, normal, &nnormals, &datatype, &ndat… in DMPlexCreateCGNS_Internal_Serial() 696 PetscCall(PetscMalloc2(npoints, &points, nnormals, &normals)); in DMPlexCreateCGNS_Internal_Serial() 1534 cgsize_t npoints, nnormals; member 1843 …info.bctype, &bcinfo.pointtype, &bcinfo.npoints, bcinfo.normal, &bcinfo.nnormals, &bcinfo.normal_d… in DMPlexCreateCGNS_Internal_Parallel()
|