Home
last modified time | relevance | path

Searched refs:PetscDTReconstructPoly (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/dt/tests/
H A Dex2.c41 …PetscCall(PetscDTReconstructPoly(degrees[i], nsrc_points - 1, src_points, ntarget_points - 1, targ… in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdt.pxi27 …PetscErrorCode PetscDTReconstructPoly(PetscInt, PetscInt, const PetscReal*, PetscInt, const PetscR…
/petsc/include/
H A Dpetscdt.h131 PETSC_EXTERN PetscErrorCode PetscDTReconstructPoly(PetscInt, PetscInt, const PetscReal *, PetscInt,…
/petsc/src/dm/dt/interface/
H A Ddt.c2881 PetscErrorCode PetscDTReconstructPoly(PetscInt degree, PetscInt nsource, const PetscReal sourcex[],… in PetscDTReconstructPoly() function