Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 25 of 37) sorted by relevance

12

/petsc/config/BuildSystem/config/
H A Dutil.py36 groups = [[i] for i in items]
38 groups = [items[:len(items)//2], items[len(items)//2:]]
39 groups += [[i] for i in suggested]
40 for grp in groups:
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c129 while (hdf5->groups) { in PetscViewerDestroy_HDF5()
130 PetscViewerHDF5GroupList *tmp = hdf5->groups->next; in PetscViewerDestroy_HDF5()
132 PetscCall(PetscFree(hdf5->groups->name)); in PetscViewerDestroy_HDF5()
133 PetscCall(PetscFree(hdf5->groups)); in PetscViewerDestroy_HDF5()
134 hdf5->groups = tmp; in PetscViewerDestroy_HDF5()
639 hdf5->groups = NULL; in PetscViewerCreate_HDF5()
779 gname = (hdf5->groups && hdf5->groups->name) ? hdf5->groups->name : NULL; in PetscViewerHDF5PushGroup()
790 const char *parent = (hdf5->groups && hdf5->groups->name) ? hdf5->groups->name : ""; in PetscViewerHDF5PushGroup()
797 groupNode->next = hdf5->groups; in PetscViewerHDF5PushGroup()
798 hdf5->groups = groupNode; in PetscViewerHDF5PushGroup()
[all …]
/petsc/
H A Dsetup.py306 major = int(version_re['major'].search(data).groups()[0])
307 minor = int(version_re['minor'].search(data).groups()[0])
308 micro = int(version_re['micro'].search(data).groups()[0])
309 release = int(version_re['release'].search(data).groups()[0])
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c285 static PetscErrorCode PetscPartitionerMultistage_DestroyStages(PetscInt nstages, MPI_Group *groups[… in PetscPartitionerMultistage_DestroyStages() argument
289 MPI_Group group = (*groups)[l]; in PetscPartitionerMultistage_DestroyStages()
292 PetscCall(PetscFree(*groups)); in PetscPartitionerMultistage_DestroyStages()
573 MPI_Group *groups; in PetscPartitionerSetUp_Multistage() local
577 PetscCall(PetscPartitionerMultistage_CreateStages(comm, NULL, &nstages, &groups)); in PetscPartitionerSetUp_Multistage()
578 PetscCall(PetscPartitionerMultistageSetStages(part, nstages, groups)); in PetscPartitionerSetUp_Multistage()
579 PetscCall(PetscPartitionerMultistage_DestroyStages(nstages, &groups)); in PetscPartitionerSetUp_Multistage()
776 MPI_Group *groups; in PetscPartitionerSetFromOptions_Multistage() local
778 PetscCall(PetscPartitionerMultistage_CreateStages(comm, options, &nstages, &groups)); in PetscPartitionerSetFromOptions_Multistage()
779 PetscCall(PetscPartitionerMultistageSetStages(part, nstages, groups)); in PetscPartitionerSetFromOptions_Multistage()
[all …]
/petsc/config/BuildSystem/config/packages/
H A DCMake.py102 self.foundversion = ".".join(gver.groups())
115 val = list(gver.groups())
H A DBison.py66 foundversion = tuple(map(int,gver.groups()))
H A DBLIS.py40 self.threading_model = match.groups()[0]
/petsc/include/petsc/private/
H A Dviewerhdf5impl.h53 PetscViewerHDF5GroupList *groups; member
/petsc/src/dm/impls/plex/tests/output/
H A Dex12_lb_0_ms.out24 Stage 1 partitioners (2 unique groups, 0 empty processes)
H A Dex12_5_ms_petscpartitioner_multistage_msection-2.out16 Stage 1 partitioners (2 unique groups, 4 empty processes)
31 Stage 2 partitioners (4 unique groups, 0 empty processes)
H A Dex12_1_ms_cellsection.out16 Stage 1 partitioners (2 unique groups, 0 empty processes)
H A Dex12_2_ms_petscpartitioner_multistage_node_size-4_petscpartitioner_multistage_node_interleaved-1.out16 Stage 1 partitioners (2 unique groups, 0 empty processes)
H A Dex12_11_ms_petscpartitioner_multistage_node_size-4_petscpartitioner_multistage_node_interleaved-1.out16 Stage 1 partitioners (2 unique groups, 0 empty processes)
H A Dex12_11_ms_petscpartitioner_multistage_node_size-4_petscpartitioner_multistage_node_interleaved-0.out16 Stage 1 partitioners (2 unique groups, 0 empty processes)
H A Dex12_2_ms_petscpartitioner_multistage_node_size-4_petscpartitioner_multistage_node_interleaved-0.out16 Stage 1 partitioners (2 unique groups, 0 empty processes)
H A Dex12_2_ms_petscpartitioner_multistage_node_size-2_petscpartitioner_multistage_node_interleaved-0.out16 Stage 1 partitioners (4 unique groups, 0 empty processes)
H A Dex12_2_ms_petscpartitioner_multistage_node_size-3_petscpartitioner_multistage_node_interleaved-0.out16 Stage 1 partitioners (3 unique groups, 0 empty processes)
H A Dex12_11_ms_petscpartitioner_multistage_node_size-3_petscpartitioner_multistage_node_interleaved-1.out16 Stage 1 partitioners (3 unique groups, 0 empty processes)
H A Dex12_11_ms_petscpartitioner_multistage_node_size-3_petscpartitioner_multistage_node_interleaved-0.out16 Stage 1 partitioners (3 unique groups, 0 empty processes)
H A Dex12_2_ms_petscpartitioner_multistage_node_size-3_petscpartitioner_multistage_node_interleaved-1.out16 Stage 1 partitioners (3 unique groups, 0 empty processes)
H A Dex12_2_ms_petscpartitioner_multistage_node_size-2_petscpartitioner_multistage_node_interleaved-1.out16 Stage 1 partitioners (4 unique groups, 0 empty processes)
/petsc/src/binding/petsc4py/
H A Dsetup.py53 version = m.groups()[0]
237 release = int(version_re.search(f.read()).groups()[0])
/petsc/src/binding/petsc4py/docs/source/
H A Dconf.py45 return m.groups()[0]
58 release = int(version_re.search(f.read()).groups()[0])
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py119 PROVIDED = Version(m.groups()[0])
263 major = int(version_re['major'].search(data).groups()[0])
264 minor = int(version_re['minor'].search(data).groups()[0])
265 micro = int(version_re['micro'].search(data).groups()[0])
266 release = int(version_re['release'].search(data).groups()[0])
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section_base.py929 groups: collections.defaultdict[
939 if verdict > 0 and len(groups.keys()):
946 groups[subheading].append((loc, item, item.arglen()))
950 items = dict(groups)

12