Home
last modified time | relevance | path

Searched refs:PetscDSSetJetDegree (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/dt/interface/
H A Ddtds.c1068 PetscCall(PetscDSSetJetDegree(prob, f, 1)); in PetscDSSetDiscretization()
1262 PetscErrorCode PetscDSSetJetDegree(PetscDS ds, PetscInt f, PetscInt k) in PetscDSSetJetDegree() function
3931 PetscCall(PetscDSSetJetDegree(dsNew, f, d)); in PetscDSCopy()
/petsc/include/
H A Dpetscds.h139 PETSC_EXTERN PetscErrorCode PetscDSSetJetDegree(PetscDS, PetscInt, PetscInt);
/petsc/src/dm/interface/
H A Ddm.c6169 PetscCall(PetscDSSetJetDegree(ds, f, k)); in DMCreateDS()
6170 if (dsIn) PetscCall(PetscDSSetJetDegree(dsIn, f, k)); in DMCreateDS()