Searched refs:DMPlexBasisTransformApply_Internal (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 586 PetscCall(DMPlexBasisTransformApply_Internal(dm, x, l2g, dim, yt, zt, ctx)); in DMPlexBasisTransformApplyReal_Internal() 593 PetscCall(DMPlexBasisTransformApply_Internal(dm, x, l2g, dim, yt, zt, ctx)); in DMPlexBasisTransformApplyReal_Internal() 600 PetscCall(DMPlexBasisTransformApply_Internal(dm, x, l2g, dim, y, z, ctx)); in DMPlexBasisTransformApplyReal_Internal() 605 PetscErrorCode DMPlexBasisTransformApply_Internal(DM dm, const PetscReal x[], PetscBool l2g, PetscI… in DMPlexBasisTransformApply_Internal() function 1557 …if (transform) PetscCall(DMPlexBasisTransformApply_Internal(dm, &coords[coordDim * q], PETSC_FALSE… in DMPlexComputeL2DiffLocal() 1666 …if (transform) PetscCall(DMPlexBasisTransformApply_Internal(dm, &coords[coordDim * q], PETSC_FALSE… in DMComputeL2GradientDiff_Plex() 1820 …if (transform) PetscCall(DMPlexBasisTransformApply_Internal(dm, &coords[dE * q], PETSC_FALSE, Nc, … in DMComputeL2FieldDiff_Plex()
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 822 PETSC_INTERN PetscErrorCode DMPlexBasisTransformApply_Internal(DM, cons…
|