Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/simple/
H A Ddspacesimple.c45 PetscCall(PetscDualSpaceSimpleSetFunctional(spNew, d, q)); in PetscDualSpaceDuplicate_Simple()
129 PetscErrorCode PetscDualSpaceSimpleSetFunctional(PetscDualSpace sp, PetscInt func, PetscQuadrature … in PetscDualSpaceSimpleSetFunctional() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscspace.pxi81 PetscErrorCode PetscDualSpaceSimpleSetFunctional(PetscDualSpace, PetscInt, PetscQuadrature)
H A DSpace.pyx994 petsc.PetscDualSpaceSimpleSetFunctional
998 CHKERR(PetscDualSpaceSimpleSetFunctional(self.dualspace, cfunc, functional.quad))
/petsc/include/
H A Dpetscdualspace.h160 PETSC_EXTERN PetscErrorCode PetscDualSpaceSimpleSetFunctional(PetscDualSpace, PetscInt, PetscQuadra…
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1509 PetscCall(PetscDualSpaceSimpleSetFunctional(fvm->dualSpace, c, qc)); in PetscFVCreateDualSpace()
1844 PetscCall(PetscDualSpaceSimpleSetFunctional(Qref, s, qs)); in PetscFVRefine()