Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex7.c112 static PetscErrorCode ComputeGamma(PetscInt d, PetscInt ldx, PetscScalar f[]) in ComputeGamma() function
467 for (PetscInt c = 0; c < 3; ++c) PetscCall(ComputeGamma(d, 3, &tmp[c])); in TestFreeField()