Home
last modified time | relevance | path

Searched refs:DMPlexGetClosureIndices (Results 1 – 11 of 11) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Ddmplexgetrestoreclosureindices.F9042 …PetscCallA(DMPlexGetClosureIndices(cdm, gS, gS, cStart, PETSC_TRUE, nIdx, indices, offsets, PETSC_…
49 …PetscCallA(DMPlexGetClosureIndices(cdm, gS, gS, cEnd - 1, PETSC_TRUE, nIdx, indices, offsets, PETS…
H A Dex8.c79 …PetscCall(DMPlexGetClosureIndices(dm, section, section, c, PETSC_TRUE, &numindices, &indices, NULL… in main()
/petsc/src/dm/impls/plex/
H A Dplexceed.c126 …PetscCall(DMPlexGetClosureIndices(dm, section, section, c, PETSC_TRUE, &num_indices, &indices, fie… in DMPlexGetLocalOffsets()
245 …PetscCall(DMPlexGetClosureIndices(dm, section, section, supp[0], PETSC_TRUE, &num_indices, &indice… in DMPlexGetLocalOffsetsSupport()
252 …PetscCall(DMPlexGetClosureIndices(dm, section, section, supp[1], PETSC_TRUE, &num_indices, &indice… in DMPlexGetLocalOffsetsSupport()
H A Dplexfem.c3237 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMPlexComputeInterpolatorGeneral()
3273 …PetscCall(DMPlexGetClosureIndices(dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_F… in DMPlexComputeInterpolatorGeneral()
3404 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMPlexComputeMassMatrixGeneral()
3433 …PetscCall(DMPlexGetClosureIndices(dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_F… in DMPlexComputeMassMatrixGeneral()
3485 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMPlexComputeMassMatrixGeneral()
3509 …PetscCall(DMPlexGetClosureIndices(dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_F… in DMPlexComputeMassMatrixGeneral()
H A Dplextree.c2265 …PetscCall(DMPlexGetClosureIndices(coarse, localCoarse, globalCoarse, p, PETSC_TRUE, &numIndices, &… in DMPlexComputeInterpolatorTree()
H A Dplex.c8362 PetscErrorCode DMPlexGetClosureIndices(DM dm, PetscSection section, PetscSection idxSection, PetscI… in DMPlexGetClosureIndices() function
8429 …PetscCall(DMPlexGetClosureIndices(dm, section, globalSection, point, useClPerm, &numIndices, &indi… in DMPlexMatSetClosure_Internal()
/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexf90.c156 …if (FORTRANNULLSCALARPOINTER(valPtr)) *ierr = DMPlexGetClosureIndices(*dm, *section, *idxSection, … in dmplexgetclosureindices_()
157 …else *ierr = DMPlexGetClosureIndices(*dm, *section, *idxSection, *point, *useClPerm, numIndices, &… in dmplexgetclosureindices_()
/petsc/src/dm/impls/swarm/
H A Dswarm.c545 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrix_Private()
596 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrix_Private()
822 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrixSquare_Private()
1022 …PetscCall(DMPlexGetClosureIndices(dm, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &… in DMSwarmComputeGradientMatrix_Private()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1682 …PetscCall(DMPlexGetClosureIndices(*dm, local_section, local_section, cell, PETSC_FALSE, &num_closu… in DMPlexCreateCGNS_Internal_Parallel()
2146 …PetscCall(DMPlexGetClosureIndices(cdm, cdm->localSection, cdm->localSection, i, PETSC_FALSE, &clos… in DMView_PlexCGNS()
2270 …PetscCall(DMPlexGetClosureIndices(cdm, cdm->localSection, cdm->localSection, face, PETSC_FALSE, &c… in DMView_PlexCGNS()
/petsc/include/
H A Dpetscdmplex.h400 PETSC_EXTERN PetscErrorCode DMPlexGetClosureIndices(DM, PetscSection, PetscSection, PetscInt, Petsc…
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c1525 …PetscCall(DMPlexGetClosureIndices(ctx->plex[grid], section[grid], globsection[grid], ej, PETSC_TRU… in CreateStaticData()