| /petsc/include/ |
| H A D | petscfe.h | 49 …PetscReal *invJ; // invJ[Nc*Np*dE*dE]: The inverse of the Jacobian of the map from refer… member
|
| H A D | petsclandau.h | 65 void *invJ; // nip*dim*dim 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 …Geometry_Internal(DM dm, PetscInt e, PetscReal v0[], PetscReal J[], PetscReal invJ[], PetscReal *d… in DMPlexComputePointGeometry_Internal() 1798 …Geometry_Internal(DM dm, PetscInt e, PetscReal v0[], PetscReal J[], PetscReal invJ[], PetscReal *d… in DMPlexComputeLineGeometry_Internal() 1868 …Geometry_Internal(DM dm, PetscInt e, PetscReal v0[], PetscReal J[], PetscReal invJ[], PetscReal *d… in DMPlexComputeTriangleGeometry_Internal() 1923 …etscInt Nq, const PetscReal points[], PetscReal v[], PetscReal J[], PetscReal invJ[], PetscReal *d… in DMPlexComputeRectangleGeometry_Internal() 2078 …Geometry_Internal(DM dm, PetscInt e, PetscReal v0[], PetscReal J[], PetscReal invJ[], PetscReal *d… in DMPlexComputeTetrahedronGeometry_Internal() 2108 …etscInt Nq, const PetscReal points[], PetscReal v[], PetscReal J[], PetscReal invJ[], PetscReal *d… in DMPlexComputeHexahedronGeometry_Internal() [all …]
|
| 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
|
| H A D | plextree.c | 2834 PetscReal *v0, *v0parent, *vtmp, *J, *Jparent, *invJ, *pointRef, detJ, detJparent; in DMPlexComputeInjectorReferenceTree() local
|
| H A D | plex.c | 9921 PetscReal *J, *invJ, min = 0, max = 0, mean = 0, stdev = 0; in DMPlexCheckCellShape() local
|
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 45 …, DMPolytopeType ct, PetscInt *Nf, PetscReal *v0[], PetscReal *J[], PetscReal *invJ[], PetscReal *… in DMPlexRefineRegularGetAffineFaceTransforms() 133 …xTransform tr, DMPolytopeType ct, PetscInt *Nc, PetscReal *v0[], PetscReal *J[], PetscReal *invJ[]) in DMPlexRefineRegularGetAffineTransforms()
|
| /petsc/src/dm/impls/plex/tests/ |
| 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 636 PetscReal *invJ = PetscSafePointerPlusOffset(user.invJ, c * dim * dim); in main() local
|
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 185 … invJ = new Kokkos::View<… in LandauKokkosStaticDataSet() local 292 auto invJ = static_cast<Kokkos::View<PetscReal *, Kokkos::LayoutLeft> *>(SData_d->invJ); in LandauKokkosStaticDataClear() local 552 … const PetscReal *const invJ = &invJe[myQi * dim * dim]; // b_elem_idx: batch element index in LandauKokkosJacobian() local 606 const PetscReal *invJ = &d_invJ_k(jpidx_glb * dim * dim); in LandauKokkosJacobian() local
|
| /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/field/impls/ds/ |
| H A D | dmfieldds.c | 246 PetscReal *v, *J, *invJ, *detJ; in DMFieldEvaluate_DS() local 587 const PetscReal *invJ = &geom->invJ[(i * Nq + k) * dimC * dimC]; in DMFieldEvaluateFV_DS() local 621 const PetscReal *invJ = &geom->invJ[(i * Nq + k) * dimC * dimC]; in DMFieldEvaluateFV_DS() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex16.c | 282 void DeformationGradient(Field *ex, PetscInt qi, PetscInt qj, PetscInt qk, PetscScalar *invJ, Petsc… in DeformationGradient() 311 …, PetscInt qk, PetscInt ii, PetscInt jj, PetscInt kk, PetscInt fld, PetscScalar *invJ, PetscScalar… in DeformationGradientJacobian() 465 PetscScalar invJ[9]; in FormElementJacobian() local
|
| /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/include/petsc/private/ |
| H A D | petscfeimpl.h | 286 …l, PetscInt dimRef, const PetscReal xi0[], const PetscReal v0[], const PetscReal invJ[], const Pet… in CoordinatesRealToRef() 369 …const PetscReal basisDer[], const PetscScalar x[], PetscInt dim, const PetscReal invJ[], const Pet… in PetscFEFreeInterpolateGradient_Static()
|
| 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()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 278 const PetscReal *invJ = &invJe[qi * dim * dim]; in LandauFormJacobian_Internal() local 940 …PetscReal tt, v0[LANDAU_MAX_NQND * 3], J[LANDAU_MAX_NQND * 9], invJ[LANDAU_MAX_NQND * 9], detJ[LAN… in adaptToleranceFEM() local 1762 const PetscReal *invJ = &invJe[qj * dim * dim]; in CreateStaticData() local 2289 …PetscReal *invJ = (PetscReal *)ctx->SData_d.invJ, *xx = (PetscReal *)ctx->SData_d.x, *yy = (PetscR… in DMPlexLandauDestroyVelocitySpace() local
|