| /petsc/src/dm/dt/tests/ |
| H A D | ex16.c | 28 PetscCall(PetscFECreateTabulation(orig_fe, 1, num_points, points, 1, &orig_T)); in PetscFEVectorTest() 29 PetscCall(PetscFECreateTabulation(vec_fe, 1, num_points, points, 1, &vec_T)); in PetscFEVectorTest() 93 PetscCall(PetscFECreateTabulation(dup_fe, 1, num_points, points, 1, &dup_T)); in PetscFEVectorTest()
|
| H A D | ex5.c | 86 PetscCall(PetscFECreateTabulation(traceFE, 1, 1, testSub, 0, &Tsub)); in main() 87 PetscCall(PetscFECreateTabulation(fe, 1, 1, testFull, 0, &Tfull)); in main()
|
| /petsc/include/ |
| H A D | petscfe.h | 142 PETSC_EXTERN PetscErrorCode PetscFECreateTabulation(PetscFE, PetscInt, PetscInt, const PetscReal[],…
|
| /petsc/src/dm/dt/fe/impls/vector/ |
| H A D | fevector.c | 166 PetscCall(PetscFECreateTabulation(v->scalar_fe, T->Nr, T->Np, points, K, &scalar_T)); in PetscFEComputeTabulation_Vector()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 556 PetscCall(PetscFECreateTabulation(fem, 1, 1, xir, 0, &T)); in DMInterpolate_Quad_Private() 909 PetscCall(PetscFECreateTabulation(fe, 1, 1, xi, 0, &T)); in DMInterpolationEvaluate()
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 800 if (!fem->T) PetscCall(PetscFECreateTabulation(fem, 1, npoints, points, k, &fem->T)); in PetscFEGetCellTabulation() 896 PetscCall(PetscFECreateTabulation(fem, eNp / Np, Np, facePoints, k, &fem->Tf)); in PetscFEGetFaceTabulation() 944 PetscCall(PetscFECreateTabulation(fem, 1, numFaces, centroids, 0, &fem->Tc)); in PetscFEGetFaceCentroidTabulation() 978 PetscErrorCode PetscFECreateTabulation(PetscFE fem, PetscInt nrepl, PetscInt npoints, const PetscRe… in PetscFECreateTabulation() function
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex6.c | 347 PetscCall(PetscFECreateTabulation(fe, 1, Ncp, refcoord, 1, &tab)); in ComputeFieldAtParticles_Primal() 464 PetscCall(PetscFECreateTabulation(fe, 1, Ncp, refcoord, 1, &tab)); in ComputeFieldAtParticles_Mixed()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 923 PetscCall(PetscFECreateTabulation(subfem, 1, numPoints, points, k, &T[f])); in DMProjectLocal_Generic_Plex() 933 PetscCall(PetscFECreateTabulation(subfem, 1, numPoints, points, k, &TAux[f])); in DMProjectLocal_Generic_Plex()
|
| H A D | plextree.c | 3042 …PetscCall(PetscFECreateTabulation(fe, 1, numPoints, points, 0, &Tparent)); /* I'm expecting a noda… in DMPlexComputeInjectorReferenceTree() 3084 PetscCall(PetscFECreateTabulation(fe, 1, 1, pointRef, 0, &Tchild)); in DMPlexComputeInjectorReferenceTree()
|
| H A D | plexfem.c | 3051 PetscCall(PetscFECreateTabulation(fe, 1, npoints, points, 0, &T)); in DMPlexComputeInterpolatorNested() 3224 if (s) PetscCall(PetscFECreateTabulation(fe, 1, 1, x, 0, &T)); in DMPlexComputeInterpolatorGeneral() 3470 PetscCall(PetscFECreateTabulation((PetscFE)obj, 1, 1, x, 0, &T)); in DMPlexComputeMassMatrixGeneral()
|
| H A D | plexgeometry.c | 2520 PetscCall(PetscFECreateTabulation(fe, 1, Nq, quadPoints, J ? 1 : 0, &T)); in DMPlexComputeCellGeometryFEM_FE()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 608 …if (id == PETSCFE_CLASSID) PetscCall(PetscFECreateTabulation((PetscFE)obj, 1, numCIndices, xi, 0, … in DMSwarmComputeMassMatrix_Private() 834 PetscCall(PetscFECreateTabulation((PetscFE)obj, 1, numCIndices, xi, 0, &Tcoarse)); in DMSwarmComputeMassMatrixSquare_Private() 1034 PetscCall(PetscFECreateTabulation(fe, 1, Npc, xi, 1, &Tcoarse)); in DMSwarmComputeGradientMatrix_Private()
|
| H A D | swarmpic.c | 1396 PetscCall(PetscFECreateTabulation(fe, 1, Npc, xi, 1, &T[field])); in DMProjectFieldLocal_Swarm()
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 177 PetscCall(PetscFECreateTabulation(fe, 1, nq, qpoints, K, &T)); in DMFieldEvaluateFE_DS() 295 PetscCall(PetscFECreateTabulation(cellFE, 1, nq, coordsRef, K, &T)); in DMFieldEvaluate_DS()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 1661 PetscCall(PetscFECreateTabulation(fe, 1, maxNcp, refcoord, 1, &tab)); in ComputeFieldAtParticles_Primal() 1787 PetscCall(PetscFECreateTabulation(fe, 1, maxNcp, refcoord, 1, &tab)); in ComputeFieldAtParticles_Mixed()
|
| H A D | ex4.c | 2264 PetscCall(PetscFECreateTabulation(fe, 1, maxNcp, refcoord, 1, &tab)); in ComputeFieldAtParticles_Primal() 2392 PetscCall(PetscFECreateTabulation(fe, 1, maxNcp, refcoord, 1, &tab)); in ComputeFieldAtParticles_Mixed()
|
| H A D | ex3.c | 1077 PetscCall(PetscFECreateTabulation(fe, 1, maxNcp, refcoord, 1, &tab)); in ComputeFieldAtParticles_Primal()
|