Searched refs:endpoints (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 13 PetscBool endpoints; member 18 …amilyCreate(PetscDTNodeType family, PetscReal gaussJacobiExp, PetscBool endpoints, Petsc1DNodeFami… in Petsc1DNodeFamilyCreate() argument 32 f->endpoints = endpoints; in Petsc1DNodeFamilyCreate() 91 if (f->endpoints) { in Petsc1DNodeFamilyGetNodeSets() 100 if (f->endpoints) { in Petsc1DNodeFamilyGetNodeSets() 173 if (f->endpoints) { in Petsc1DNodeFamilyComputeSimplexNodes()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 1410 PetscInt endpoints[2], ne; in DMPlexView_Ascii() local 1412 endpoints[0] = closure[v - 1]; in DMPlexView_Ascii() 1413 endpoints[1] = vertex; in DMPlexView_Ascii() 1414 PetscCall(DMPlexGetJoin(dm, 2, endpoints, &ne, &edge)); in DMPlexView_Ascii() 1415 … "Could not find edge for vertices %" PetscInt_FMT ", %" PetscInt_FMT, endpoints[0], endpoints[1]); in DMPlexView_Ascii() 1417 PetscCall(DMPlexRestoreJoin(dm, 2, endpoints, &ne, &edge)); in DMPlexView_Ascii()
|