Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetscfeimpl.h133 typedef struct _n_Petsc1DNodeFamily *Petsc1DNodeFamily; typedef
161 Petsc1DNodeFamily nodeFamily;
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c18 …reate(PetscDTNodeType family, PetscReal gaussJacobiExp, PetscBool endpoints, Petsc1DNodeFamily *nf) in Petsc1DNodeFamilyCreate()
20 Petsc1DNodeFamily f; in Petsc1DNodeFamilyCreate()
43 static PetscErrorCode Petsc1DNodeFamilyReference(Petsc1DNodeFamily nf) in Petsc1DNodeFamilyReference()
50 static PetscErrorCode Petsc1DNodeFamilyDestroy(Petsc1DNodeFamily *nf) in Petsc1DNodeFamilyDestroy()
68 static PetscErrorCode Petsc1DNodeFamilyGetNodeSets(Petsc1DNodeFamily f, PetscInt degree, PetscReal … in Petsc1DNodeFamilyGetNodeSets()
145 static PetscErrorCode Petsc1DNodeFamilyComputeSimplexNodes(Petsc1DNodeFamily f, PetscInt dim, Petsc… in Petsc1DNodeFamilyComputeSimplexNodes()
1346 static PetscErrorCode PetscDualSpaceLagrangeCreateSimplexNodeMat(Petsc1DNodeFamily nodeFamily, Pets… in PetscDualSpaceLagrangeCreateSimplexNodeMat()
1994 Petsc1DNodeFamily nodeFamily; in PetscDualSpaceSetUp_Lagrange()