| /petsc/src/dm/field/tutorials/ |
| H A D | ex1.c | 56 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 D | ex4.c | 109 PetscCall(PetscFree6(ids, idsCopy, idsCopy2, vals, valsCopy, valsCopy2)); in CheckSymmetry()
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex32.c | 156 PetscCall(PetscFree6(X, X1, XR, XSO, Y, Z)); in main()
|
| /petsc/src/vec/vec/utils/ |
| H A D | comb.c | 263 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 D | fegeom.c | 62 …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 D | sfneighbor.c | 257 …PetscCall(PetscFree6(dat->rootdispls, dat->rootcounts, dat->rootweights, dat->leafdispls, dat->lea… in PetscSFReset_Neighbor()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex36.cxx | 448 PetscCall(PetscFree6(phi, dphi[0], dphi[1], dphi[2], phypts, jxw)); in ComputeMatrix_MOAB()
|
| /petsc/src/dm/impls/da/ |
| H A D | grglvis.c | 330 PetscCall(PetscFree6(fec_type, nlocal, bss, dims, fieldname, Ufield)); in DMSetUpGLVisViewer_DMDA()
|
| /petsc/src/ksp/ksp/impls/gcr/pipegcr/ |
| H A D | pipegcr.c | 410 …PetscCall(PetscFree6(pipegcr->pvecs, pipegcr->ppvecs, pipegcr->svecs, pipegcr->psvecs, pipegcr->qv… in KSPDestroy_PIPEGCR()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 1555 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 D | plexdistribute.c | 981 PetscCall(PetscFree6(depthRecv, depthShift, depthIdx, ctRecv, ctShift, ctIdx)); in DMPlexStratifyMigrationSF()
|
| H A D | plextree.c | 1382 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 D | pod.c | 122 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 D | ex2.c | 544 PetscCall(PetscFree6(gradsum, interpolant, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in InterpolateGradient()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 530 …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 D | dtweakform.c | 1039 PetscCall(PetscFree6(keys, names, values, idx1, idx2, idx)); in PetscWeakFormViewTable_Ascii()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 942 PetscCall(PetscFree6(field, gradient, coords, fegeom.detJ, fegeom.J, fegeom.invJ)); in DMAdaptorComputeErrorIndicator_Gradient()
|
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glle.c | 290 PetscCall(PetscFree6(sc->alpha, sc->beta, sc->gamma, sc->phi, sc->psi, sc->stage_error)); in TSGLLESchemeDestroy()
|
| /petsc/include/ |
| H A D | petscsys.h | 1168 #define PetscFree6(m1, m2, m3, m4, m5, m6) PetscFreeA(6, __LINE__, PETSC_FUNCTION_NAME, __FILE__, &… macro
|
| /petsc/src/ts/impls/arkimex/ |
| H A D | arkimex.c | 1032 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 D | dspacelagrange.c | 742 PetscCall(PetscFree6(workT, workT2, workF, workF2, work, work2)); in PetscLagNodeIndicesTensor()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 1148 PetscCall(PetscFree6(isrow, iscol, islrow, islcol, snest, istrans)); in MatConvert_Nest_IS()
|