| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex32.c | 7 PetscReal detJ, J[9]; in CheckMesh() local
|
| H A D | ex8.c | 17 PetscReal *v0, *J, *invJ, *detJ; /* FEM data */ member 148 PetscReal v0[3], J[9], invJ[9], detJ; in CheckFEMGeometry() local 637 PetscReal detJ = user.detJ ? user.detJ[c] : 0.0; in main() local
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex5.c | 47 PetscReal J[9], detJ; in main() local
|
| /petsc/include/ |
| H A D | petscfe.h | 50 …PetscReal *detJ; // detJ[Nc*Np]: The determinant of J, and if J is non-square it i… member
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 425 PetscReal v0, J, invJ, detJ; in DMPlexLocatePoint_Simplex_1D_Internal() local 441 PetscReal x[3], v0[3], J[9], invJ[9], detJ; in DMPlexLocatePoint_Simplex_2D_Internal() local 461 PetscReal v0[2], J[4], invJ[4], detJ; in DMPlexClosestPoint_Simplex_2D_Internal() local 576 PetscReal v0[3], J[9], invJ[9], detJ; in DMPlexLocatePoint_Simplex_3D_Internal() local 1668 …metry_Internal(DM dm, PetscInt e, PetscReal v0[], PetscReal J[], PetscReal invJ[], PetscReal *detJ) in DMPlexComputePointGeometry_Internal() 1798 …metry_Internal(DM dm, PetscInt e, PetscReal v0[], PetscReal J[], PetscReal invJ[], PetscReal *detJ) in DMPlexComputeLineGeometry_Internal() 1868 …metry_Internal(DM dm, PetscInt e, PetscReal v0[], PetscReal J[], PetscReal invJ[], PetscReal *detJ) in DMPlexComputeTriangleGeometry_Internal() 1923 …cInt Nq, const PetscReal points[], PetscReal v[], PetscReal J[], PetscReal invJ[], PetscReal *detJ) in DMPlexComputeRectangleGeometry_Internal() 2078 …metry_Internal(DM dm, PetscInt e, PetscReal v0[], PetscReal J[], PetscReal invJ[], PetscReal *detJ) in DMPlexComputeTetrahedronGeometry_Internal() 2108 …cInt Nq, const PetscReal points[], PetscReal v[], PetscReal J[], PetscReal invJ[], PetscReal *detJ) in DMPlexComputeHexahedronGeometry_Internal() [all …]
|
| H A D | plextree.c | 1147 PetscReal *v0, *v0parent, *vtmp, *J, *Jparent, *invJparent, detJ, detJparent; in DMPlexComputeAnchorMatrix_Tree_Direct() local 1969 PetscReal v0[3], J[9], detJ; in DMPlexTreeRefineCell() local 2834 PetscReal *v0, *v0parent, *vtmp, *J, *Jparent, *invJ, *pointRef, detJ, detJparent; in DMPlexComputeInjectorReferenceTree() local
|
| H A D | plexfem.c | 3180 PetscReal *x, *v0, *J, *invJ, detJ; in DMPlexComputeInterpolatorGeneral() local 3353 PetscReal *x, *v0, *J, *invJ, detJ; in DMPlexComputeMassMatrixGeneral() local
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 707 static inline void DMPlex_Invert2D_Internal(PetscReal invJ[], PetscReal J[], PetscReal detJ) in DMPlex_Invert2D_Internal() 719 static inline void DMPlex_Invert3D_Internal(PetscReal invJ[], PetscReal J[], PetscReal detJ) in DMPlex_Invert3D_Internal() 736 static inline void DMPlex_Det2D_Internal(PetscReal *detJ, const PetscReal J[]) in DMPlex_Det2D_Internal() 742 static inline void DMPlex_Det3D_Internal(PetscReal *detJ, const PetscReal J[]) in DMPlex_Det3D_Internal() 748 static inline void DMPlex_Det2D_Scalar_Internal(PetscReal *detJ, const PetscScalar J[]) in DMPlex_Det2D_Scalar_Internal() 754 static inline void DMPlex_Det3D_Scalar_Internal(PetscReal *detJ, const PetscScalar J[]) in DMPlex_Det3D_Scalar_Internal()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic.c | 1011 PetscReal v0[3], J[9], invJ[9], detJ, detJp = 2. / (gmax[0] - gmin[0]), xr[3], den; in DMSwarmComputeLocalSize() local 1167 PetscReal v0[3], J[9], invJ[9], detJ; in DMSwarmInitializeCoordinates() local 1310 PetscReal *xi, *v0, *J, *invJ, detJ = 1.0, v0ref[3] = {-1.0, -1.0, -1.0}; in DMProjectFieldLocal_Swarm() local
|
| H A D | swarm.c | 477 PetscReal *xi, *v0, *J, *invJ, detJ = 1.0, v0ref[3] = {-1.0, -1.0, -1.0}; in DMSwarmComputeMassMatrix_Private() local 700 PetscReal *xi, *v0, *J, *invJ, detJ = 1.0, v0ref[3] = {-1.0, -1.0, -1.0}; in DMSwarmComputeMassMatrixSquare_Private() local 951 PetscReal *xi, *v0, *J, *invJ, detJ = 1.0, v0ref[3] = {-1.0, -1.0, -1.0}; in DMSwarmComputeGradientMatrix_Private() local 2213 PetscReal *centroid, *coords, *xi0, *v0, *J, *invJ, detJ; in DMSwarmSetPointCoordinatesRandom() local
|
| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 373 PetscReal v0, J, invJ, detJ, xir[1]; in DMInterpolate_Segment_Private() local 400 PetscReal *v0, *J, *invJ, detJ; in DMInterpolate_Triangle_Private() local 428 PetscReal *v0, *J, *invJ, detJ; in DMInterpolate_Tetrahedron_Private() local
|
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 45 …lytopeType ct, PetscInt *Nf, PetscReal *v0[], PetscReal *J[], PetscReal *invJ[], PetscReal *detJ[]) in DMPlexRefineRegularGetAffineFaceTransforms()
|
| /petsc/src/tao/tutorials/ |
| H A D | ex3.c | 123 PetscReal v0[3], J[9], invJ[9], detJ; in CreateMesh() local
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex2.c | 178 PetscReal *centroid, *coords, *xi0, *v0, *J, *invJ, detJ; in CreateParticles() local 271 PetscReal *v0, *J, *invJ, detJ, *coords, *xi0; in CreateParticles_Shape() local
|
| H A D | ex6.c | 337 PetscReal v[3], J[9], invJ[9], detJ; in ComputeFieldAtParticles_Primal() local 454 PetscReal v[3], J[9], invJ[9], detJ; in ComputeFieldAtParticles_Mixed() local
|
| /petsc/src/ts/tests/ |
| H A D | ex27.c | 67 PetscReal *centroid, *coords, *velocity, *xi0, *v0, *J, *invJ, detJ, *vals; in SetInitialCoordinates() local
|
| H A D | ex28.c | 64 PetscReal *centroid, *coords, *xi0, *v0, *J, *invJ, detJ, *vals; in SetInitialCoordinates() local
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 246 PetscReal *v, *J, *invJ, *detJ; in DMFieldEvaluate_DS() local 1071 PetscReal J[9], detJ; in DMFieldComputeFaceData_DS() local
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 557 PetscReal detJ; in PetscLagNodeIndicesPushForward() local 1553 PetscReal detJ; in PetscDualSpaceCreateAllDataFromInteriorData() local 2092 PetscReal J[9], detJ; in PetscDualSpaceSetUp_Lagrange() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex77.c | 62 static inline void Det3D(PetscReal *detJ, const PetscScalar J[]) in Det3D()
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 828 PetscReal v0[3], J[9], detJ; in PetscFEExpandFaceQuadrature() local 1102 PetscReal *xi, *v, *J, detJ; in PetscFECreatePointTraceDefault_Internal() local
|
| /petsc/src/dm/dt/dualspace/impls/sum/ |
| H A D | dualspacesum.c | 817 PetscReal J[9], detJ; in PetscDualSpaceSetUp_Sum() local
|
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 1003 PetscReal detJ, hdetJ; in PetscDualSpacePushForwardSubspaces_Internal() local
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 3392 PetscReal xi0[3] = {-1., -1., -1.}, v0[3], J[9], detJ, txq[3]; in PetscQuadratureComputePermutations() local
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 940 … v0[LANDAU_MAX_NQND * 3], J[LANDAU_MAX_NQND * 9], invJ[LANDAU_MAX_NQND * 9], detJ[LANDAU_MAX_NQND]; in adaptToleranceFEM() local
|