/dports/science/PETSc/petsc-3.14.1/src/dm/impls/swarm/ |
H A D | swarm.c | 277 PetscSection fsection, globalFSection; in DMSwarmComputeMassMatrix_Private() local 295 ierr = DMGetGlobalSection(dmf, &globalFSection);CHKERRQ(ierr); in DMSwarmComputeMassMatrix_Private() 325 …ierr = DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &fi… in DMSwarmComputeMassMatrix_Private() 348 …ierr = DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices,… in DMSwarmComputeMassMatrix_Private() 373 …ierr = DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &fi… in DMSwarmComputeMassMatrix_Private() 393 …ierr = DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices,… in DMSwarmComputeMassMatrix_Private() 433 PetscSection fsection, globalFSection; in DMSwarmComputeMassMatrixSquare_Private() local 451 ierr = DMGetGlobalSection(dmf, &globalFSection);CHKERRQ(ierr); in DMSwarmComputeMassMatrixSquare_Private() 557 …ierr = DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &fi… in DMSwarmComputeMassMatrixSquare_Private() 588 …ierr = DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices,… in DMSwarmComputeMassMatrixSquare_Private()
|
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/ |
H A D | plexfem.c | 2626 PetscSection fsection, csection, globalFSection, globalCSection; in DMPlexComputeInterpolatorGeneral() local 2646 ierr = DMGetGlobalSection(dmf, &globalFSection);CHKERRQ(ierr); in DMPlexComputeInterpolatorGeneral() 2689 …ierr = DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &fi… in DMPlexComputeInterpolatorGeneral() 2745 …ierr = DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices,… in DMPlexComputeInterpolatorGeneral() 2781 …ierr = DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &fi… in DMPlexComputeInterpolatorGeneral() 2850 …ierr = DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices,… in DMPlexComputeInterpolatorGeneral() 2883 PetscSection fsection, csection, globalFSection, globalCSection; in DMPlexComputeMassMatrixGeneral() local 2902 ierr = DMGetGlobalSection(dmf, &globalFSection);CHKERRQ(ierr); in DMPlexComputeMassMatrixGeneral() 2940 …ierr = DMPlexGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &fi… in DMPlexComputeMassMatrixGeneral() 2986 …ierr = DMPlexRestoreClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices,… in DMPlexComputeMassMatrixGeneral() [all …]
|
H A D | plex.c | 6670 …PlexMatSetClosureRefined(DM dmf, PetscSection fsection, PetscSection globalFSection, DM dmc, Petsc… in DMPlexMatSetClosureRefined() argument 6689 if (!globalFSection) {ierr = DMGetGlobalSection(dmf, &globalFSection);CHKERRQ(ierr);} in DMPlexMatSetClosureRefined() 6690 PetscValidHeaderSpecific(globalFSection, PETSC_SECTION_CLASSID, 3); in DMPlexMatSetClosureRefined() 6778 ierr = PetscSectionGetOffset(globalFSection, ftotpoints[2*p], &globalOff);CHKERRQ(ierr); in DMPlexMatSetClosureRefined() 6798 ierr = PetscSectionGetOffset(globalFSection, ftotpoints[2*p], &globalOff);CHKERRQ(ierr); in DMPlexMatSetClosureRefined() 6831 …GetClosureIndicesRefined(DM dmf, PetscSection fsection, PetscSection globalFSection, DM dmc, Petsc… in DMPlexMatGetClosureIndicesRefined() argument 6848 if (!globalFSection) {ierr = DMGetGlobalSection(dmf, &globalFSection);CHKERRQ(ierr);} in DMPlexMatGetClosureIndicesRefined() 6849 PetscValidHeaderSpecific(globalFSection, PETSC_SECTION_CLASSID, 3); in DMPlexMatGetClosureIndicesRefined() 6934 ierr = PetscSectionGetOffset(globalFSection, ftotpoints[2*p], &globalOff);CHKERRQ(ierr); in DMPlexMatGetClosureIndicesRefined() 6954 ierr = PetscSectionGetOffset(globalFSection, ftotpoints[2*p], &globalOff);CHKERRQ(ierr); in DMPlexMatGetClosureIndicesRefined()
|
/dports/science/PETSc/petsc-3.14.1/ |
H A D | CTAGS | 5735 …GetClosureIndicesRefined(DM dmf, PetscSection fsection, PetscSection globalFSection, DM dmc, Petsc… 5738 …PlexMatSetClosureRefined(DM dmf, PetscSection fsection, PetscSection globalFSection, DM dmc, Petsc…
|