Home
last modified time | relevance | path

Searched refs:PetscFree6 (Results 1 – 22 of 22) sorted by relevance

/petsc/src/dm/field/tutorials/
H A Dex1.c56 PetscCall(PetscFree6(B, rB, D, rD, H, rH)); in TestEvaluate()
100 PetscCall(PetscFree6(B, rB, D, rD, H, rH)); in TestEvaluateFE()
141 PetscCall(PetscFree6(B, rB, D, rD, H, rH)); in TestEvaluateFV()
/petsc/src/dm/dt/tests/
H A Dex4.c109 PetscCall(PetscFree6(ids, idsCopy, idsCopy2, vals, valsCopy, valsCopy2)); in CheckSymmetry()
/petsc/src/vec/vec/tests/
H A Dex32.c156 PetscCall(PetscFree6(X, X1, XR, XSO, Y, Z)); in main()
/petsc/src/vec/vec/utils/
H A Dcomb.c263 PetscCall(PetscFree6(lvalues, gvalues, reducetype, invecs, lvalues_mix, gvalues_mix)); in PetscSplitReductionExtend()
270 …PetscCall(PetscFree6(sr->lvalues, sr->gvalues, sr->reducetype, sr->invecs, sr->lvalues_mix, sr->gv… in PetscSplitReductionDestroy()
/petsc/src/dm/dt/fe/interface/
H A Dfegeom.c62 …PetscCall(PetscFree6((*geom)->suppJ[0], (*geom)->suppJ[1], (*geom)->suppInvJ[0], (*geom)->suppInvJ… in PetscFEGeomDestroy()
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c257 …PetscCall(PetscFree6(dat->rootdispls, dat->rootcounts, dat->rootweights, dat->leafdispls, dat->lea… in PetscSFReset_Neighbor()
/petsc/src/ksp/ksp/tutorials/
H A Dex36.cxx448 PetscCall(PetscFree6(phi, dphi[0], dphi[1], dphi[2], phypts, jxw)); in ComputeMatrix_MOAB()
/petsc/src/dm/impls/da/
H A Dgrglvis.c330 PetscCall(PetscFree6(fec_type, nlocal, bss, dims, fieldname, Ufield)); in DMSetUpGLVisViewer_DMDA()
/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcr.c410 …PetscCall(PetscFree6(pipegcr->pvecs, pipegcr->ppvecs, pipegcr->svecs, pipegcr->psvecs, pipegcr->qv… in KSPDestroy_PIPEGCR()
/petsc/src/dm/impls/plex/
H A Dplexfem.c1555 PetscCall(PetscFree6(funcVal, interpolant, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in DMPlexComputeL2DiffLocal()
1576 PetscCall(PetscFree6(funcVal, interpolant, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in DMPlexComputeL2DiffLocal()
1664 PetscCall(PetscFree6(funcVal, coords, fegeom.J, fegeom.invJ, interpolant, fegeom.detJ)); in DMComputeL2GradientDiff_Plex()
1690 PetscCall(PetscFree6(funcVal, coords, fegeom.J, fegeom.invJ, interpolant, fegeom.detJ)); in DMComputeL2GradientDiff_Plex()
1818 PetscCall(PetscFree6(funcVal, interpolant, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in DMComputeL2FieldDiff_Plex()
1845 PetscCall(PetscFree6(funcVal, interpolant, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in DMComputeL2FieldDiff_Plex()
1954 PetscCall(PetscFree6(funcVal, interpolant, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in DMPlexComputeL2DiffVec()
1973 PetscCall(PetscFree6(funcVal, interpolant, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in DMPlexComputeL2DiffVec()
2072 PetscCall(PetscFree6(interpolant, minterpolant, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in DMPlexComputeL2FluxDiffVecLocal()
2255 PetscCall(PetscFree6(valsum, interpolant, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in DMPlexComputeClementInterpolant()
[all …]
H A Dplexdistribute.c981 PetscCall(PetscFree6(depthRecv, depthShift, depthIdx, ctRecv, ctShift, ctIdx)); in DMPlexStratifyMigrationSF()
H A Dplextree.c1382 PetscCall(PetscFree6(v0, v0parent, vtmp, J, Jparent, invJparent)); in DMPlexComputeAnchorMatrix_Tree_Direct()
3149 PetscCall(PetscFree6(v0, v0parent, vtmp, J, Jparent, invJ)); in DMPlexComputeInjectorReferenceTree()
/petsc/src/ksp/ksp/guess/impls/pod/
H A Dpod.c122 PetscCall(PetscFree6(pod->corr, pod->eigs, pod->eigv, pod->iwork, pod->yhay, pod->low)); in KSPGuessDestroy_POD()
/petsc/src/dm/impls/swarm/tests/
H A Dex2.c544 PetscCall(PetscFree6(gradsum, interpolant, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in InterpolateGradient()
/petsc/src/dm/dt/interface/
H A Ddtds.c530 …PetscCall(PetscFree6(prob->offCohesive[0], prob->offCohesive[1], prob->offCohesive[2], prob->offDe… in PetscDSDestroyStructs_Static()
534 PetscCall(PetscFree6(prob->f0, prob->f1, prob->g0, prob->g1, prob->g2, prob->g3)); in PetscDSDestroyStructs_Static()
H A Ddtweakform.c1039 PetscCall(PetscFree6(keys, names, values, idx1, idx2, idx)); in PetscWeakFormViewTable_Ascii()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c942 PetscCall(PetscFree6(field, gradient, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in DMAdaptorComputeErrorIndicator_Gradient()
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c290 PetscCall(PetscFree6(sc->alpha, sc->beta, sc->gamma, sc->phi, sc->psi, sc->stage_error)); in TSGLLESchemeDestroy()
/petsc/include/
H A Dpetscsys.h1168 #define PetscFree6(m1, m2, m3, m4, m5, m6) PetscFreeA(6, __LINE__, PETSC_FUNCTION_NAME, __FILE__, &… macro
/petsc/src/ts/impls/arkimex/
H A Darkimex.c1032 PetscCall(PetscFree6(t->At, t->bt, t->ct, t->A, t->b, t->c)); in TSARKIMEXRegisterDestroy()
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c742 PetscCall(PetscFree6(workT, workT2, workF, workF2, work, work2)); in PetscLagNodeIndicesTensor()
/petsc/src/mat/impls/is/
H A Dmatis.c1148 PetscCall(PetscFree6(isrow, iscol, islrow, islcol, snest, istrans)); in MatConvert_Nest_IS()