Searched refs:PetscFEPushforward (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | petscfeimpl.h | 311 PetscCall(PetscFEPushforward(fe, fegeom, 1, interpolant)); in PetscFEInterpolate_Static() 329 PetscCall(PetscFEPushforward(fe, fegeom, 1, interpolant)); in PetscFEInterpolateAtPoints_Static() 434 PetscCall(PetscFEPushforward(fe, fegeom, 1, interpolant)); in PetscFEInterpolateFieldAndGradient_Static()
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 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() [all …]
|
| /petsc/include/ |
| H A D | petscfe.h | 151 PETSC_EXTERN PetscErrorCode PetscFEPushforward(PetscFE, PetscFEGeom *, PetscInt, PetscScalar[]);
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 1810 PetscCall(PetscFEPushforward(fe, chunkgeom, 1, &E[p * dim])); in ComputeFieldAtParticles_Mixed()
|
| H A D | ex4.c | 2415 PetscCall(PetscFEPushforward(fe, chunkgeom, 1, &E[p * dim])); in ComputeFieldAtParticles_Mixed()
|