Lines Matching refs:PetscFEPushforward
1221 PetscErrorCode PetscFEPushforward(PetscFE fe, PetscFEGeom *fegeom, PetscInt Nv, PetscScalar vals[]) in PetscFEPushforward() function
2399 PetscCall(PetscFEPushforward(fe, fegeom, 1, &u[fOffset])); in PetscFEEvaluateFieldJets_Internal()
2410 PetscCall(PetscFEPushforward(fe, fegeom, 1, &u_t[fOffset])); in PetscFEEvaluateFieldJets_Internal()
2458 PetscCall(PetscFEPushforward(fe, isCohesive ? fegeom : &fegeomNbr[s], 1, &u[fOffset])); in PetscFEEvaluateFieldJets_Hybrid_Internal()
2469 PetscCall(PetscFEPushforward(fe, fegeom, 1, &u_t[fOffset])); in PetscFEEvaluateFieldJets_Hybrid_Internal()
2524 PetscCall(PetscFEPushforward(fe, &pgeom, Nb, tmpBasis)); in PetscFEUpdateElementVec_Internal()
2557 PetscCall(PetscFEPushforward(fe, fegeom, Nb, tmpBasis)); in PetscFEUpdateElementVec_Hybrid_Internal()
2668 PetscCall(PetscFEPushforward(feI, fegeom, NbI, tmpBasisI)); in PetscFEUpdateElementMat_Internal()
2679 PetscCall(PetscFEPushforward(feJ, fegeom, NbJ, tmpBasisJ)); in PetscFEUpdateElementMat_Internal()
2825 PetscCall(PetscFEPushforward(feI, fegeom, NbI, tmpBasisI)); in PetscFEUpdateElementMat_Hybrid_Internal()
2835 PetscCall(PetscFEPushforward(feJ, fegeom, NbJ, tmpBasisJ)); in PetscFEUpdateElementMat_Hybrid_Internal()