| /petsc/config/BuildSystem/ |
| H A D | help.py | 22 def getDescription(self, section, name): argument 25 def setDescription(self, section, name, desc): argument 31 def addArgument(self, section, name, desc): argument 82 def getDescription(self, section, name): argument 85 def setDescription(self, section, name, desc): argument 95 def addArgument(self, section, name, argType, ignoreDuplicates = 0): argument
|
| /petsc/src/vec/is/utils/ftn-custom/ |
| H A D | zvsectionisf.c | 18 PETSC_EXTERN void petscsectiongetpointsyms_(PetscSection section, PetscInt *numPoints, PetscInt *po… in petscsectiongetpointsyms_() 22 PETSC_EXTERN void petscsectionrestorepointsyms_(PetscSection section, PetscInt *numPoints, PetscInt… in petscsectionrestorepointsyms_() 26 PETSC_EXTERN void petscsectiongetfieldpointsyms_(PetscSection section, PetscInt *field, PetscInt *n… in petscsectiongetfieldpointsyms_() 30 PETSC_EXTERN void petscsectionrestorefieldpointsyms_(PetscSection section, PetscInt *field, PetscIn… in petscsectionrestorefieldpointsyms_()
|
| /petsc/src/vec/vec/utils/ftn-custom/ |
| H A D | zvsectionf90.c | 13 PETSC_EXTERN void vecgetvaluessection_(Vec *v, PetscSection *section, PetscInt *point, F90Array1d *… in vecgetvaluessection_() 25 PETSC_EXTERN void vecrestorevaluessection_(Vec *v, PetscSection *section, PetscInt *point, F90Array… in vecrestorevaluessection_()
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex40f90.F90 | 6 type(tPetscSection) section variable
|
| /petsc/src/vec/is/tests/ |
| H A D | ex5.c | 125 PetscSection section, gsection; in main() local 211 PetscSection section; in main() local
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex14f90.F90 | 8 type(tPetscSection) :: section variable
|
| H A D | ex1.c | 9 PetscSection section; in main() local
|
| H A D | ex14.c | 10 PetscSection section; in main() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex48f90.F90 | 7 type(tPetscSection) :: section variable
|
| H A D | ex52.c | 8 PetscSection section; in CloneDMWithNewSection() local 70 PetscSection section; in main() local
|
| H A D | ex48.c | 9 PetscSection section; in main() local
|
| H A D | ex21.c | 200 PetscSection section, gsection; in main() local 382 PetscSection section, gsection; in main() local
|
| H A D | ex98.c | 8 PetscSection section; in main() local
|
| H A D | ex15.c | 19 PetscSection section; in main() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 4 …ic PetscErrorCode DMPlexCreateSectionFields(DM dm, const PetscInt numComp[], PetscSection *section) in DMPlexCreateSectionFields() 89 …rCode DMPlexCreateSectionDof(DM dm, DMLabel label[], const PetscInt numDof[], PetscSection section) in DMPlexCreateSectionDof() 194 …Int numBC, const PetscInt bcField[], const IS bcComps[], const IS bcPoints[], PetscSection section) in DMPlexCreateSectionBCDof() 270 …Int numBC, const PetscInt bcField[], const IS bcComps[], const IS bcPoints[], PetscSection section) in DMPlexCreateSectionBCIndicesField() 356 static PetscErrorCode DMPlexCreateSectionBCIndices(DM dm, PetscSection section) in DMPlexCreateSectionBCIndices() 427 … const PetscInt bcField[], const IS bcComps[], const IS bcPoints[], IS perm, PetscSection *section) in DMPlexCreateSection() 449 PetscSection section; in DMCreateLocalSection_Plex() local
|
| H A D | plexvtu.c | 273 PetscSection section; in DMPlexVTKWriteAll_VTU() local 367 PetscSection section; in DMPlexVTKWriteAll_VTU() local 541 PetscSection section = NULL; in DMPlexVTKWriteAll_VTU() local 639 PetscSection section = NULL; in DMPlexVTKWriteAll_VTU() local 768 PetscSection section = NULL; in DMPlexVTKWriteAll_VTU() local 817 PetscSection section = NULL; in DMPlexVTKWriteAll_VTU() local
|
| H A D | plexindices.c | 19 PetscErrorCode DMPlexCreateClosureIndex(DM dm, PetscSection section) in DMPlexCreateClosureIndex()
|
| H A D | plexpreallocate.c | 10 PetscSection section, sectionGlobal, adjSec, aSec; in DMPlexComputeAnchorAdjacencies() local 245 …PetscSection section, sectionGlobal, leafSectionAdj, rootSectionAdj, sectionAdj, anchorSecti… in DMPlexCreateAdjacencySection_Static() local 703 PetscSection section; in DMPlexUpdateAllocation_Static() local 763 PetscSection section; in DMPlexFillMatrix_Static() local 829 PetscSection section; in DMPlexPreallocateOperator() local 852 PetscSection section, sectionGlobal; in DMPlexPreallocateOperator() local
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 85 PetscErrorCode PetscSectionCopy(PetscSection section, PetscSection newSection) in PetscSectionCopy() 94 PetscErrorCode PetscSectionCopy_Internal(PetscSection section, PetscSection newSection, PetscBT con… in PetscSectionCopy_Internal() 193 PetscErrorCode PetscSectionClone(PetscSection section, PetscSection *newSection) in PetscSectionClone() 2749 PetscErrorCode PetscSectionResetClosurePermutation(PetscSection section) in PetscSectionResetClosurePermutation() 3090 PetscErrorCode PetscSectionPermute(PetscSection section, IS permutation, PetscSection *sectionNew) in PetscSectionPermute() 3179 PetscErrorCode PetscSectionSetClosureIndex(PetscSection section, PetscObject obj, PetscSection clSe… in PetscSectionSetClosureIndex() 3213 PetscErrorCode PetscSectionGetClosureIndex(PetscSection section, PetscObject obj, PetscSection *clS… in PetscSectionGetClosureIndex() 3226 PetscErrorCode PetscSectionSetClosurePermutation_Internal(PetscSection section, PetscObject obj, Pe… in PetscSectionSetClosurePermutation_Internal() 3281 PetscErrorCode PetscSectionSetClosurePermutation(PetscSection section, PetscObject obj, PetscInt de… in PetscSectionSetClosurePermutation() 3296 static PetscErrorCode PetscSectionGetClosurePermutation_Private(PetscSection section, PetscObject o… in PetscSectionGetClosurePermutation_Private() [all …]
|
| /petsc/src/dm/tutorials/ |
| H A D | ex20.c | 162 PetscSection section; in pic_insert_DMPLEX_with_cell_list() local 231 PetscSection section; in pic_insert_DMPLEX() local
|
| /petsc/src/snes/utils/libceed/ |
| H A D | dmplexsnesceed.c | 30 PetscSection section; in DMPlexSNESComputeResidualCEED() local
|
| /petsc/src/dm/tests/ |
| H A D | ex10.c | 18 PetscSection section; in main() local
|
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 695 PetscSection section; in PetscDualSpaceGetDimension() local 726 PetscSection section; in PetscDualSpaceGetInteriorDimension() local 792 PetscSection section; in PetscDualSpaceGetNumDof() local 817 PetscSection section; in PetscDualSpaceSectionCreate_Internal() local 863 PetscErrorCode PetscDualSpaceSectionSetUp_Internal(PetscDualSpace sp, PetscSection section) in PetscDualSpaceSectionSetUp_Internal() 907 PetscErrorCode PetscDualSpaceGetSection(PetscDualSpace sp, PetscSection *section) in PetscDualSpaceGetSection() 959 PetscErrorCode PetscDualSpaceGetInteriorSection(PetscDualSpace sp, PetscSection *section) in PetscDualSpaceGetInteriorSection() 992 PetscSection section; in PetscDualSpacePushForwardSubspaces_Internal() local 1415 PetscSection section; in PetscDualSpaceCreateInteriorDataDefault() local
|
| /petsc/src/dm/impls/plex/ftn-custom/ |
| H A D | zplexf90.c | 126 PETSC_EXTERN void dmplexvecgetclosure_(DM *dm, PetscSection *section, Vec *x, PetscInt *point, Pets… in dmplexvecgetclosure_() 138 PETSC_EXTERN void dmplexvecrestoreclosure_(DM *dm, PetscSection *section, Vec *v, PetscInt *point, … in dmplexvecrestoreclosure_() 150 PETSC_EXTERN void dmplexgetclosureindices_(DM *dm, PetscSection *section, PetscSection *idxSection,… in dmplexgetclosureindices_() 164 PETSC_EXTERN void dmplexrestoreclosureindices_(DM *dm, PetscSection *section, PetscSection *idxSect… in dmplexrestoreclosureindices_()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vsection.c | 195 PetscErrorCode PetscSectionGetField_Internal(PetscSection section, PetscSection sectionGlobal, Vec … in PetscSectionGetField_Internal() 233 PetscErrorCode PetscSectionRestoreField_Internal(PetscSection section, PetscSection sectionGlobal, … in PetscSectionRestoreField_Internal()
|