Searched refs:fsection (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 472 PetscSection fsection, globalFSection; in DMSwarmComputeMassMatrix_Private() local 491 PetscCall(DMGetLocalSection(dmf, &fsection)); in DMSwarmComputeMassMatrix_Private() 545 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrix_Private() 570 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMSwarmComputeMassMatrix_Private() 596 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrix_Private() 627 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMSwarmComputeMassMatrix_Private() 695 PetscSection fsection, globalFSection; in DMSwarmComputeMassMatrixSquare_Private() local 714 PetscCall(DMGetLocalSection(dmf, &fsection)); in DMSwarmComputeMassMatrixSquare_Private() 822 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMSwarmComputeMassMatrixSquare_Private() 860 …PetscCall(DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndic… in DMSwarmComputeMassMatrixSquare_Private() [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8555 PetscErrorCode DMPlexMatSetClosureRefined(DM dmf, PetscSection fsection, PetscSection globalFSectio… in DMPlexMatSetClosureRefined() argument 8570 if (!fsection) PetscCall(DMGetLocalSection(dmf, &fsection)); in DMPlexMatSetClosureRefined() 8571 PetscValidHeaderSpecific(fsection, PETSC_SECTION_CLASSID, 2); in DMPlexMatSetClosureRefined() 8579 PetscCall(PetscSectionGetNumFields(fsection, &numFields)); in DMPlexMatSetClosureRefined() 8627 PetscCall(PetscSectionGetChart(fsection, &pStart, &pEnd)); in DMPlexMatSetClosureRefined() 8630 PetscCall(PetscSectionGetDof(fsection, fpoints[p], &dof)); in DMPlexMatSetClosureRefined() 8646 PetscCall(PetscSectionGetDof(fsection, ftotpoints[p], &dof)); in DMPlexMatSetClosureRefined() 8649 PetscCall(PetscSectionGetFieldDof(fsection, ftotpoints[p], f, &fdof)); in DMPlexMatSetClosureRefined() 8665 … PetscCall(PetscSectionGetFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)); in DMPlexMatSetClosureRefined() 8670 …PetscCall(DMPlexGetIndicesPointFields_Internal(fsection, PETSC_FALSE, ftotpoints[2 * p], globalOff… in DMPlexMatSetClosureRefined() [all …]
|
| H A D | plexfem.c | 2938 PetscSection fsection, fglobalSection; in DMPlexComputeInterpolatorNested() local 2947 PetscCall(DMGetLocalSection(dmf, &fsection)); in DMPlexComputeInterpolatorNested() 2951 PetscCall(PetscSectionGetNumFields(fsection, &Nf)); in DMPlexComputeInterpolatorNested() 3115 …PetscCall(DMPlexMatGetClosureIndicesRefined(dmf, fsection, fglobalSection, dmc, csection, cglobalS… in DMPlexComputeInterpolatorNested() 3118 …PetscCall(DMPlexMatSetClosureGeneral(dmf, fsection, fglobalSection, PETSC_FALSE, dmc, csection, cg… in DMPlexComputeInterpolatorNested() 3132 …PetscCall(DMPlexMatSetClosureRefined(dmf, fsection, fglobalSection, dmc, csection, cglobalSection,… in DMPlexComputeInterpolatorNested() 3134 …PetscCall(DMPlexMatSetClosureGeneral(dmf, fsection, fglobalSection, PETSC_FALSE, dmc, csection, cg… in DMPlexComputeInterpolatorNested() 3177 PetscSection fsection, globalFSection; in DMPlexComputeInterpolatorGeneral() local 3193 PetscCall(DMGetLocalSection(dmf, &fsection)); in DMPlexComputeInterpolatorGeneral() 3237 …PetscCall(DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, … in DMPlexComputeInterpolatorGeneral() [all …]
|