Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgmsh.c384 static PetscErrorCode GmshReadDouble(GmshFile *gmsh, double *buf, PetscCount count) in GmshReadDouble() function
943 PetscCall(GmshReadDouble(gmsh, entity->bbox, (dim == 0) ? 3 : 6)); in GmshReadEntities_v41()
1000 PetscCall(GmshReadDouble(gmsh, nodes->xyz + node * 3, numNodesBlock * 3)); in GmshReadNodes_v41()
1093 PetscCall(GmshReadDouble(gmsh, dbuf, numAffine)); in GmshReadPeriodic_v41()