Home
last modified time | relevance | path

Searched defs:fegeom (Results 1 – 12 of 12) sorted by relevance

/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c1884 …Space dsp, PetscDualSpaceTransformType trans, PetscBool isInverse, PetscFEGeom *fegeom, PetscInt N… in PetscDualSpaceTransform()
1940 …Space dsp, PetscDualSpaceTransformType trans, PetscBool isInverse, PetscFEGeom *fegeom, PetscInt N… in PetscDualSpaceTransformGradient()
2073 …Space dsp, PetscDualSpaceTransformType trans, PetscBool isInverse, PetscFEGeom *fegeom, PetscInt N… in PetscDualSpaceTransformHessian()
2142 PetscErrorCode PetscDualSpacePullback(PetscDualSpace dsp, PetscFEGeom *fegeom, PetscInt Nq, PetscIn… in PetscDualSpacePullback()
2194 PetscErrorCode PetscDualSpacePushforward(PetscDualSpace dsp, PetscFEGeom *fegeom, PetscInt Nq, Pets… in PetscDualSpacePushforward()
2246 PetscErrorCode PetscDualSpacePushforwardGradient(PetscDualSpace dsp, PetscFEGeom *fegeom, PetscInt … in PetscDualSpacePushforwardGradient()
2298 PetscErrorCode PetscDualSpacePushforwardHessian(PetscDualSpace dsp, PetscFEGeom *fegeom, PetscInt N… in PetscDualSpacePushforwardHessian()
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c209 PetscFEGeom fegeom; in PetscFEIntegrate_Basic() local
304 PetscFEGeom fegeom, cgeom; in PetscFEIntegrateBd_Basic() local
440 PetscFEGeom fegeom; in PetscFEIntegrateResidual_Basic() local
552 PetscFEGeom fegeom, cgeom; in PetscFEIntegrateBdResidual_Basic() local
677 PetscFEGeom fegeom, fegeomN[2]; in PetscFEIntegrateHybridResidual_Basic() local
824 PetscFEGeom fegeom; in PetscFEIntegrateJacobian_Basic() local
967 PetscFEGeom fegeom, cgeom; in PetscFEIntegrateBdJacobian_Basic() local
1154 PetscFEGeom fegeom, fegeomN[2]; in PetscFEIntegrateHybridJacobian_Basic() local
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1221 PetscErrorCode PetscFEPushforward(PetscFE fe, PetscFEGeom *fegeom, PetscInt Nv, PetscScalar vals[]) in PetscFEPushforward()
1249 PetscErrorCode PetscFEPushforwardGradient(PetscFE fe, PetscFEGeom *fegeom, PetscInt Nv, PetscScalar… in PetscFEPushforwardGradient()
1280 PetscErrorCode PetscFEPushforwardHessian(PetscFE fe, PetscFEGeom *fegeom, PetscInt Nv, PetscScalar … in PetscFEPushforwardHessian()
2357 …scDS ds, PetscInt Nf, PetscInt r, PetscInt q, PetscTabulation T[], PetscFEGeom *fegeom, const Pets… in PetscFEEvaluateFieldJets_Internal()
2418 … const PetscInt rf[], const PetscInt qf[], PetscTabulation Tabf[], PetscFEGeom *fegeom, PetscFEGeo… in PetscFEEvaluateFieldJets_Hybrid_Internal()
2501 … r, PetscScalar tmpBasis[], PetscScalar tmpBasisDer[], PetscInt e, PetscFEGeom *fegeom, PetscScala… in PetscFEUpdateElementVec_Internal()
2539 … PetscInt side, PetscScalar tmpBasis[], PetscScalar tmpBasisDer[], PetscFEGeom *fegeom, PetscScala… in PetscFEUpdateElementVec_Hybrid_Internal()
2645 …abulation TJ, PetscScalar tmpBasisJ[], PetscScalar tmpBasisDerJ[], PetscFEGeom *fegeom, const Pets… in PetscFEUpdateElementMat_Internal()
2800 …abulation TJ, PetscScalar tmpBasisJ[], PetscScalar tmpBasisDerJ[], PetscFEGeom *fegeom, const Pets… in PetscFEUpdateElementMat_Hybrid_Internal()
/petsc/src/dm/impls/plex/
H A Dplexproject.c70 …_Private(DM dm, PetscDS ds, DM dmIn, PetscDS dsIn, PetscReal time, PetscFEGeom *fegeom, PetscFVCel… in DMProjectPoint_Func_Private()
207 PetscFEGeom fegeom, fgeomN[2]; in DMProjectPoint_Field_Private() local
366 PetscFEGeom fegeom, cgeom, fgeomN[2]; in DMProjectPoint_BdField_Private() local
533 …In, PetscDS dsIn, DM dmAux, DMEnclosureType encAux, PetscDS dsAux, PetscFEGeom *fegeom, PetscInt e… in DMProjectPoint_Private()
1018 PetscFEGeom *fegeom = NULL, *chunkgeom = NULL; in DMProjectLocal_Generic_Plex() local
1065 PetscFEGeom *fegeom = NULL, *chunkgeom = NULL; in DMProjectLocal_Generic_Plex() local
H A Dplexfem.c1464 PetscFEGeom fegeom; in DMPlexComputeL2DiffLocal() local
1591 PetscFEGeom fegeom; in DMComputeL2GradientDiff_Plex() local
1733 PetscFEGeom fegeom; in DMComputeL2FieldDiff_Plex() local
1878 PetscFEGeom fegeom; in DMPlexComputeL2DiffVec() local
2006 PetscFEGeom fegeom; in DMPlexComputeL2FluxDiffVecLocal() local
2152 PetscFEGeom fegeom; in DMPlexComputeClementInterpolant() local
2285 PetscFEGeom fegeom; in DMPlexComputeGradientClementInterpolant() local
/petsc/include/petsc/private/
H A Dpetscfeimpl.h296 …rCode PetscFEInterpolate_Static(PetscFE fe, const PetscScalar x[], PetscFEGeom *fegeom, PetscInt q… in PetscFEInterpolate_Static()
315 …oints_Static(PetscFE fe, PetscTabulation T, const PetscScalar x[], PetscFEGeom *fegeom, PetscInt q… in PetscFEInterpolateAtPoints_Static()
333 …lateGradient_Static(PetscFE fe, PetscInt k, const PetscScalar x[], PetscFEGeom *fegeom, PetscInt q… in PetscFEInterpolateGradient_Static()
398 …dAndGradient_Static(PetscFE fe, PetscInt k, const PetscScalar x[], PetscFEGeom *fegeom, PetscInt q… in PetscFEInterpolateFieldAndGradient_Static()
/petsc/src/dm/impls/swarm/
H A Dswarmpic.c1309 PetscFEGeom fegeom; in DMProjectFieldLocal_Swarm() local
/petsc/src/dm/impls/swarm/tests/
H A Dex2.c447 PetscFEGeom fegeom; in InterpolateGradient() local
/petsc/src/snes/utils/dm/
H A Ddmadapt.c901 PetscFEGeom fegeom; in DMAdaptorComputeErrorIndicator_Gradient() local
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c79 PetscFEGeom *fegeom; // Geometric information for the DM cells member
H A Dex2.c142 PetscFEGeom *fegeom; // Geometric information for the DM cells member
H A Dex4.c190 PetscFEGeom *fegeom; // Geometric information for the DM cells member