Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/impls/composite/
H A Dfecomposite.c36 …RefineRegularGetAffineTransforms(tr, ct, &cmp->numSubelements, &cmp->v0, &cmp->jac, &cmp->invjac)); in PetscFESetUp_Composite()
133 …for (e = 0; e < dim; ++e) subpoint[d] += cmp->invjac[(s * dim + d) * dim + e] * (points[p * dim + … in PetscFEComputeTabulation_Composite()
256 …belements, PeOp const PetscReal *v0[], PeOp const PetscReal *jac[], PeOp const PetscReal *invjac[]) in PetscFECompositeGetMapping() argument
274 if (invjac) { in PetscFECompositeGetMapping()
275 PetscAssertPointer(invjac, 5); in PetscFECompositeGetMapping()
276 *invjac = cmp->invjac; in PetscFECompositeGetMapping()
/petsc/include/petsc/private/
H A Dpetscfeimpl.h271 PetscReal *jac, *invjac; member
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1804 PetscReal *jac, *invjac; in PetscFVRefine() local
1827 PetscCall(DMPlexRefineRegularGetAffineTransforms(tr, ct, &numSubelements, &v0, &jac, &invjac)); in PetscFVRefine()