Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c320 PetscErrorCode PetscLagNodeIndicesGetData_Internal(PetscLagNodeIndices ni, PetscInt *nodeIdxDim, Pe… in PetscLagNodeIndicesGetData_Internal()
331 static PetscErrorCode PetscLagNodeIndicesReference(PetscLagNodeIndices ni) in PetscLagNodeIndicesReference()
338 static PetscErrorCode PetscLagNodeIndicesDuplicate(PetscLagNodeIndices ni, PetscLagNodeIndices *niN… in PetscLagNodeIndicesDuplicate()
354 static PetscErrorCode PetscLagNodeIndicesDestroy(PetscLagNodeIndices *ni) in PetscLagNodeIndicesDestroy()
380 static PetscErrorCode PetscLagNodeIndicesComputeVertexOrder(DM dm, PetscLagNodeIndices ni, PetscBoo… in PetscLagNodeIndicesComputeVertexOrder()
473 static PetscErrorCode PetscLagNodeIndicesCreateSimplexVertices(DM dm, PetscLagNodeIndices *nodeIndi… in PetscLagNodeIndicesCreateSimplexVertices()
475 PetscLagNodeIndices ni; in PetscLagNodeIndicesCreateSimplexVertices()
497 …Code PetscLagNodeIndicesCreateTensorVertices(DM dm, PetscLagNodeIndices facetni, PetscLagNodeIndic… in PetscLagNodeIndicesCreateTensorVertices()
499 PetscLagNodeIndices ni; in PetscLagNodeIndicesCreateTensorVertices()
542 …cLagNodeIndicesPushForward(DM dm, PetscLagNodeIndices vert, PetscInt p, PetscLagNodeIndices vertp,… in PetscLagNodeIndicesPushForward()
[all …]
/petsc/include/petsc/private/
H A Dpetscfeimpl.h134 typedef struct _n_PetscLagNodeIndices *PetscLagNodeIndices; typedef
136 PETSC_EXTERN PetscErrorCode PetscLagNodeIndicesGetData_Internal(PetscLagNodeIndices, PetscInt *, Pe…
170 PetscLagNodeIndices vertIndices;
171 PetscLagNodeIndices intNodeIndices;
172 PetscLagNodeIndices allNodeIndices;