Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/ !
H A Dplexproject.c125 …PetscCall(DMPlexBasisTransformApplyReal_Internal(dmIn, v0, PETSC_TRUE, coordDim, v0, x, dm->transf… in DMProjectPoint_Func_Private()
340 …if (transform) PetscCall(DMPlexBasisTransformApplyReal_Internal(dmIn, fegeom.v, PETSC_TRUE, dE, fe… in DMProjectPoint_Field_Private()
516 …if (transform) PetscCall(DMPlexBasisTransformApplyReal_Internal(dmIn, fegeom.v, PETSC_TRUE, dE, fe… in DMProjectPoint_BdField_Private()
H A Dplexfem.c578 PetscErrorCode DMPlexBasisTransformApplyReal_Internal(DM dm, const PetscReal x[], PetscBool l2g, Pe… in DMPlexBasisTransformApplyReal_Internal() function
1546 …PetscCall(DMPlexBasisTransformApplyReal_Internal(dm, &coords[coordDim * q], PETSC_TRUE, coordDim, … in DMPlexComputeL2DiffLocal()
1655 …PetscCall(DMPlexBasisTransformApplyReal_Internal(dm, &coords[coordDim * q], PETSC_TRUE, coordDim, … in DMComputeL2GradientDiff_Plex()
1809 …PetscCall(DMPlexBasisTransformApplyReal_Internal(dm, &coords[dE * q], PETSC_TRUE, dE, &coords[dE *… in DMComputeL2FieldDiff_Plex()
/petsc/include/petsc/private/ !
H A Ddmpleximpl.h821 PETSC_INTERN PetscErrorCode DMPlexBasisTransformApplyReal_Internal(DM, …