Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddtaltv.c108 PetscCall(PetscDTFactorialInt(k, &Nf)); in PetscDTAltVApply()
394 PetscCall(PetscDTFactorialInt(PetscAbsInt(k), &Nf)); in PetscDTAltVPullback()
512 PetscCall(PetscDTFactorialInt(PetscAbsInt(k), &Nf)); in PetscDTAltVPullbackMatrix()
/petsc/include/
H A Dpetscdt.h226 static inline PetscErrorCode PetscDTFactorialInt(PetscInt n, PetscInt *factorial) in PetscDTFactorialInt() function