Home
last modified time | relevance | path

Searched refs:PetscTabulationDestroy (Results 1 – 18 of 18) sorted by relevance

/petsc/src/dm/dt/tests/
H A Dex16.c104 PetscCall(PetscTabulationDestroy(&dup_T)); in PetscFEVectorTest()
105 PetscCall(PetscTabulationDestroy(&vec_T)); in PetscFEVectorTest()
106 PetscCall(PetscTabulationDestroy(&orig_T)); in PetscFEVectorTest()
H A Dex5.c105 PetscCall(PetscTabulationDestroy(&Tfull)); in main()
106 PetscCall(PetscTabulationDestroy(&Tsub)); in main()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c312 PetscCall(PetscTabulationDestroy(&(*fem)->T)); in PetscFEDestroy()
313 PetscCall(PetscTabulationDestroy(&(*fem)->Tf)); in PetscFEDestroy()
314 PetscCall(PetscTabulationDestroy(&(*fem)->Tc)); in PetscFEDestroy()
652 PetscCall(PetscTabulationDestroy(&fem->T)); in PetscFESetQuadrature()
653 PetscCall(PetscTabulationDestroy(&fem->Tc)); in PetscFESetQuadrature()
710 PetscCall(PetscTabulationDestroy(&fem->Tf)); in PetscFESetFaceQuadrature()
1081 PetscErrorCode PetscTabulationDestroy(PetscTabulation *T) in PetscTabulationDestroy() function
/petsc/include/
H A Dpetscfe.h144 PETSC_EXTERN PetscErrorCode PetscTabulationDestroy(PetscTabulation *);
/petsc/src/dm/dt/fe/impls/vector/
H A Dfevector.c200 PetscCall(PetscTabulationDestroy(&scalar_T)); in PetscFEComputeTabulation_Vector()
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c611 PetscCall(PetscTabulationDestroy(&T)); in DMInterpolate_Quad_Private()
922 PetscCall(PetscTabulationDestroy(&T)); in DMInterpolationEvaluate()
/petsc/src/dm/impls/swarm/tests/
H A Dex6.c361 PetscCall(PetscTabulationDestroy(&tab)); in ComputeFieldAtParticles_Primal()
479 PetscCall(PetscTabulationDestroy(&tab)); in ComputeFieldAtParticles_Mixed()
/petsc/src/dm/impls/plex/
H A Dplexproject.c1100 for (f = 0; f < NfIn; ++f) PetscCall(PetscTabulationDestroy(&T[f])); in DMProjectLocal_Generic_Plex()
1101 for (f = 0; f < NfAux; ++f) PetscCall(PetscTabulationDestroy(&TAux[f])); in DMProjectLocal_Generic_Plex()
H A Dplextree.c3124 PetscCall(PetscTabulationDestroy(&Tchild)); in DMPlexComputeInjectorReferenceTree()
3126 PetscCall(PetscTabulationDestroy(&Tparent)); in DMPlexComputeInjectorReferenceTree()
H A Dplexfem.c3070 PetscCall(PetscTabulationDestroy(&T)); in DMPlexComputeInterpolatorNested()
3309 if (s && id == PETSCFE_CLASSID) PetscCall(PetscTabulationDestroy(&T)); in DMPlexComputeInterpolatorGeneral()
3553 if (id == PETSCFE_CLASSID) PetscCall(PetscTabulationDestroy(&T)); in DMPlexComputeMassMatrixGeneral()
H A Dplexgeometry.c2580 if (feQuad != quad) PetscCall(PetscTabulationDestroy(&T)); in DMPlexComputeCellGeometryFEM_FE()
/petsc/src/dm/impls/swarm/
H A Dswarm.c628 PetscCall(PetscTabulationDestroy(&Tcoarse)); in DMSwarmComputeMassMatrix_Private()
845 PetscCall(PetscTabulationDestroy(&Tcoarse)); in DMSwarmComputeMassMatrixSquare_Private()
1053 PetscCall(PetscTabulationDestroy(&Tcoarse)); in DMSwarmComputeGradientMatrix_Private()
H A Dswarmpic.c1405 for (PetscInt field = 0; field < Nfu; ++field) PetscCall(PetscTabulationDestroy(&T[field])); in DMProjectFieldLocal_Swarm()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c222 PetscCall(PetscTabulationDestroy(&T)); in DMFieldEvaluateFE_DS()
397 PetscCall(PetscTabulationDestroy(&T)); in DMFieldEvaluate_DS()
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1134 PetscCall(PetscTabulationDestroy(&(*fvm)->T)); in PetscFVDestroy()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c1692 PetscCall(PetscTabulationDestroy(&tab)); in ComputeFieldAtParticles_Primal()
1818 PetscCall(PetscTabulationDestroy(&tab)); in ComputeFieldAtParticles_Mixed()
H A Dex4.c2296 PetscCall(PetscTabulationDestroy(&tab)); in ComputeFieldAtParticles_Primal()
2423 PetscCall(PetscTabulationDestroy(&tab)); in ComputeFieldAtParticles_Mixed()
H A Dex3.c1108 PetscCall(PetscTabulationDestroy(&tab)); in ComputeFieldAtParticles_Primal()