Lines Matching defs:nodes
457 static PetscErrorCode GmshNodesCreate(PetscCount count, GmshNodes **nodes) in GmshNodesCreate()
467 static PetscErrorCode GmshNodesDestroy(GmshNodes **nodes) in GmshNodesDestroy()
484 PetscInt *nodes; /* Vertex/Node array */ member
555 GmshNodes *nodes; in GmshReadNodes_v22() local
613 const int *id = ibuf, *nodes = ibuf + 1 + numTags, *tags = ibuf + 1; in GmshReadElements_v22() local
716 GmshNodes *nodes; in GmshReadNodes_v40() local
814 const int *id = ibuf + elem * (1 + numNodes), *nodes = id + 1; in GmshReadElements_v40() local
980 GmshNodes *nodes; in GmshReadNodes_v41() local
1054 const PetscInt *id = ibuf + elem * (1 + numNodes), *nodes = id + 1; in GmshReadElements_v41() local
1251 GmshNodes *nodes = mesh->nodelist; in GmshReadNodes() local
1264 GmshNodes *nodes = mesh->nodelist; in GmshReadNodes() local