| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 762 …nce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmi.c; sourceTree = "<group>"; }; 763 …; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmsnes.c; sourceTree = "<group>"; }; 764 …ence; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dm.c; sourceTree = "<group>"; }; 765 …ncoding = 4; lastKnownFileType = sourcecode.c.c; path = matmatmatmult.c; sourceTree = "<group>"; }; 766 …e; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tssen.c; sourceTree = "<group>"; }; 767 … fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matrart.c; sourceTree = "<group>"; }; 768 …ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dmts.c; sourceTree = "<group>"; }; 769 …; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mpiadj.c; sourceTree = "<group>"; }; 770 …e; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gtype.c; sourceTree = "<group>"; }; 771 …ncoding = 4; lastKnownFileType = sourcecode.c.c; path = bddcnullspace.c; sourceTree = "<group>"; }; [all …]
|
| /petsc/doc/ |
| H A D | build_man_examples_links.py | 35 if re.match(EXCLUDE_PATTERN,m.group(1)): continue 36 mdict[r' '+m.group(1)+r' '] = m.group(3) 37 mdict[r' '+m.group(1)+r'\)'] = m.group(3) 38 mdict[r' '+m.group(1)+r','] = m.group(3) 39 mdict[r'\('+m.group(1)+r'\('] = m.group(3)
|
| H A D | conf.py | 46 petsc_release_flag = re.search(' PETSC_VERSION_RELEASE[ ]*([0-9]*)',buf).group(1) 47 major_version = re.search(' PETSC_VERSION_MAJOR[ ]*([0-9]*)',buf).group(1) 48 minor_version = re.search(' PETSC_VERSION_MINOR[ ]*([0-9]*)',buf).group(1) 49 subminor_version = re.search(' PETSC_VERSION_SUBMINOR[ ]*([0-9]*)',buf).group(1)
|
| H A D | build_man_index.py | 106 loc_html = m.group(1) 111 source_path = loc.group(1) 123 level = m.group(2)
|
| H A D | update_htmlmap_links.py | 24 url = match.group(1)
|
| /petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/ |
| H A D | project.pbxproj | 21 …k; path = ../../../../../../../../../Library/Frameworks/PETSc.framework; sourceTree = "<group>"; }; 27 …KnownFileType = text.plist.xml; path = "PETSc cocoa example-Info.plist"; sourceTree = "<group>"; }; 28 …Type = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 29 … PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 30 …KnownFileType = sourcecode.c.h; path = "PETSc cocoa example-Prefix.pch"; sourceTree = "<group>"; }; 31 …e; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; }; 32 …FileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 33 …eReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; 34 …; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; }; 60 sourceTree = "<group>"; [all …]
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex48.c | 277 const char *group; in CapsuleReadAndCompareAttributes() local 285 PetscCall(PetscViewerHDF5GetGroup(v, NULL, &group)); in CapsuleReadAndCompareAttributes() 296 …ibute %s/%s/%s exists while its parent %s/%s doesn't exist", group, parent, attribute, group, pare… in CapsuleReadAndCompareAttributes() 316 …R_PLIB, "Value of attribute %s/%s/%s is not equal to the original value", group, parent, attribute… in CapsuleReadAndCompareAttributes() 322 PetscCall(PetscFree(group)); in CapsuleReadAndCompareAttributes() 399 const char *group; in testGroupsDatasets() local 409 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in testGroupsDatasets() 411 …m, "%-32s => %4s => %-32s exists? %s\n", paths[p], flg ? "pop" : "push", group, PetscBools[flg1])… in testGroupsDatasets() 412 PetscCall(PetscStrcmp(group, expected, &flg2)); in testGroupsDatasets() 413 …PetscCheck(flg2, comm, PETSC_ERR_PLIB, "Current group %s not equal to expected %s", group, expecte… in testGroupsDatasets() [all …]
|
| /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/ |
| H A D | project.pbxproj | 26 …ing = 4; lastKnownFileType = sourcecode.c.h; path = iphoneAppDelegate.h; sourceTree = "<group>"; }; 27 … = 4; lastKnownFileType = sourcecode.c.objc; path = iphoneAppDelegate.m; sourceTree = "<group>"; }; 29 …eference; lastKnownFileType = file.xib; path = iphoneViewController.xib; sourceTree = "<group>"; }; 30 …= PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; }; 31 … = 4; lastKnownFileType = sourcecode.c.h; path = iphoneViewController.h; sourceTree = "<group>"; }; 32 …4; lastKnownFileType = sourcecode.c.objc; path = iphoneViewController.m; sourceTree = "<group>"; }; 33 … fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 34 …ing = 4; lastKnownFileType = sourcecode.c.h; path = examples_Prefix.pch; sourceTree = "<group>"; }; 35 …tifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; }; 39 …/../../../../../Library/Frameworks/PETSc-iOS/simulator/PETSc.framework"; sourceTree = "<group>"; }; [all …]
|
| /petsc/systems/Apple/iOS/examples/testopengl/examples.xcodeproj/ |
| H A D | project.pbxproj | 26 …ing = 4; lastKnownFileType = sourcecode.c.h; path = iphoneAppDelegate.h; sourceTree = "<group>"; }; 27 … = 4; lastKnownFileType = sourcecode.c.objc; path = iphoneAppDelegate.m; sourceTree = "<group>"; }; 29 …eference; lastKnownFileType = file.xib; path = iphoneViewController.xib; sourceTree = "<group>"; }; 30 …= PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; }; 31 … = 4; lastKnownFileType = sourcecode.c.h; path = iphoneViewController.h; sourceTree = "<group>"; }; 32 …4; lastKnownFileType = sourcecode.c.objc; path = iphoneViewController.m; sourceTree = "<group>"; }; 33 … fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 34 …ing = 4; lastKnownFileType = sourcecode.c.h; path = examples_Prefix.pch; sourceTree = "<group>"; }; 35 …tifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; }; 37 …work; path = ../../../../../../../../Library/Frameworks/PETSc.framework; sourceTree = "<group>"; }; [all …]
|
| /petsc/lib/petsc/bin/ |
| H A D | petscnagupgrade.py | 22 release = int(re.compile(' PETSC_VERSION_RELEASE[ ]*([0-9]*)').search(pv).group(1)) 23 major = int(re.compile(' PETSC_VERSION_MAJOR[ ]*([0-9]*)').search(pv).group(1)) 24 minor = int(re.compile(' PETSC_VERSION_MINOR[ ]*([0-9]*)').search(pv).group(1)) 25 subminor = int(re.compile(' PETSC_VERSION_SUBMINOR[ ]*([0-9]*)').search(pv).group(1))
|
| /petsc/src/vec/is/utils/hdf5/ |
| H A D | hdf5io.c | 7 hid_t file, group, dataset, dataspace; member 26 const char *group; in PetscViewerHDF5CheckTimestepping_Internal() local 28 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in PetscViewerHDF5CheckTimestepping_Internal() 29 …ECTED, "Dataset %s/%s stored with timesteps? %s Timestepping pushed? %s", group, name, PetscBools[… in PetscViewerHDF5CheckTimestepping_Internal() 43 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &h->file, &h->group)); in PetscViewerHDF5ReadInitialize_Private() 44 PetscCallHDF5Return(h->dataset, H5Dopen2, (h->group, name, H5P_DEFAULT)); in PetscViewerHDF5ReadInitialize_Private() 63 PetscCallHDF5(H5Gclose, (h->group)); in PetscViewerHDF5ReadFinalize_Private() 237 const char *group; in PetscViewerHDF5Load_Internal() local 244 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in PetscViewerHDF5Load_Internal() 246 …viewer), PETSC_ERR_FILE_UNEXPECTED, "Object (dataset) \"%s\" not stored in group %s", name, group); in PetscViewerHDF5Load_Internal() [all …]
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _add_line.py | 42 ll, lr = re_match.group(1).split(',') 43 rl, rr = re_match.group(2).split(',')
|
| /petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/ |
| H A D | project.pbxproj | 30 …a = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; 31 …ence; lastKnownFileType = text.man; path = PETSc_command_line_example.1; sourceTree = "<group>"; }; 32 …k; path = ../../../../../../../../../Library/Frameworks/PETSc.framework; sourceTree = "<group>"; }; 54 sourceTree = "<group>"; 62 sourceTree = "<group>"; 71 sourceTree = "<group>";
|
| /petsc/src/dm/partitioner/impls/multistage/ |
| H A D | mspart.c | 63 MPI_Group group; in PetscPartitionerView_Multistage() local 68 PetscCallMPI(MPI_Comm_group(comm, &group)); in PetscPartitionerView_Multistage() 86 PetscCallMPI(MPI_Group_size(group, &gr)); in PetscPartitionerView_Multistage() 89 PetscCallMPI(MPI_Group_translate_ranks(pgroup, 1, &gem, group, &gr)); in PetscPartitionerView_Multistage() 115 PetscCallMPI(MPI_Group_translate_ranks(pgroup, size, ranks, group, granks)); in PetscPartitionerView_Multistage() 141 PetscCallMPI(MPI_Group_free(&group)); in PetscPartitionerView_Multistage() 289 MPI_Group group = (*groups)[l]; in PetscPartitionerMultistage_DestroyStages() local 290 if (group != MPI_GROUP_EMPTY) PetscCallMPI(MPI_Group_free(&group)); in PetscPartitionerMultistage_DestroyStages() 386 MPI_Group group, igroup = lgroup[0]; in PetscPartitionerMultistageSetStages() local 395 PetscCallMPI(MPI_Comm_group(comm, &group)); in PetscPartitionerMultistageSetStages() [all …]
|
| /petsc/src/dm/impls/da/ |
| H A D | dasub.c | 201 MPI_Group group, subgroup; in DMDAGetProcessorSubset() local 237 PetscCallMPI(MPI_Comm_group(PetscObjectComm((PetscObject)da), &group)); in DMDAGetProcessorSubset() 238 PetscCallMPI(MPI_Group_incl(group, ict, ranks, &subgroup)); in DMDAGetProcessorSubset() 241 PetscCallMPI(MPI_Group_free(&group)); in DMDAGetProcessorSubset() 272 MPI_Group group, subgroup; in DMDAGetProcessorSubsets() local 303 PetscCallMPI(MPI_Comm_group(comm, &group)); in DMDAGetProcessorSubsets() 304 PetscCallMPI(MPI_Group_incl(group, subgroupSize, subgroupRanks, &subgroup)); in DMDAGetProcessorSubsets() 307 PetscCallMPI(MPI_Group_free(&group)); in DMDAGetProcessorSubsets()
|
| H A D | gr2.c | 423 hid_t group; in VecView_MPI_HDF5_DA() local 434 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file_id, &group)); in VecView_MPI_HDF5_DA() 511 if (!H5Lexists(group, vecname, H5P_DEFAULT)) { in VecView_MPI_HDF5_DA() 516 …PetscCallHDF5Return(dset_id, H5Dcreate2, (group, vecname, filescalartype, filespace, H5P_DEFAULT, … in VecView_MPI_HDF5_DA() 518 PetscCallHDF5Return(dset_id, H5Dopen2, (group, vecname, H5P_DEFAULT)); in VecView_MPI_HDF5_DA() 566 if (group != file_id) PetscCallHDF5(H5Gclose, (group)); in VecView_MPI_HDF5_DA() 776 hid_t file_id, group; in VecLoad_HDF5_DA() local 791 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file_id, &group)); in VecLoad_HDF5_DA() 801 PetscCallHDF5Return(dset_id, H5Dopen2, (group, vecname, H5P_DEFAULT)); in VecLoad_HDF5_DA() 869 if (group != file_id) PetscCallHDF5(H5Gclose, (group)); in VecLoad_HDF5_DA()
|
| /petsc/share/petsc/ |
| H A D | chkerrconvert.py | 38 if any(map(match.group(0).__contains__,self.special)): 40 print('SKIPPED',match.group(0)) 41 return match.group(0) 42 ierr,chkerr = match.group(1),match.group(2) 52 comm = match.group(3).split(',')[0]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | PetscStaticFunctionCandidates.py | 31 function_dict[m.group(1)] = file; 35 function_dict[m.group(1)] = file;
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 439 …#define MPI_Comm_group(comm, group) (M… argument 440 …#define MPI_Group_excl(group, n, ranks, newgroup) (M… argument 441 …#define MPI_Group_incl(group, n, ranks, newgroup) (M… argument 525 …#define MPI_Group_size(group, size) (MPIUNI_ARG(group), *(size) =… argument 526 …#define MPI_Group_rank(group, rank) (MPIUNI_ARG(group), *(rank) =… argument 532 …#define MPI_Group_range_incl(group, n, ranges, newgroup) (MPIUNI_ARG(group), MPIUNI_AR… argument 533 …#define MPI_Group_range_excl(group, n, ranges, newgroup) (MPIUNI_ARG(group), MPIUNI_AR… argument 534 …#define MPI_Group_free(group) (*(group) = MPI_GROUP_NULL, M… argument 541 …#define MPI_Comm_remote_group(comm, group) … argument
|
| /petsc/doc/changes/ |
| H A D | 311.md | 114 - take the input path as relative to the current (pushed) group 115 - support not only dataset attributes but also group attributes 116 - PetscViewerHDF5WriteAttribute() creates the group if it doesn't 125 - PetscViewerHDF5OpenGroup() opens the root group (/) if none is
|
| /petsc/doc/ext/ |
| H A D | html5_petsc.py | 104 word = matchobj.group(0) 205 string_to_link[m.group(1)] = m.group(3)
|
| /petsc/src/benchmarks/ |
| H A D | run_petsc_benchmarks.sh | 116 local group="${BASH_REMATCH[1]}" 118 id=$(${SSGET} -s "[ @name == $name ] && [ @group == $group ]")
|
| H A D | ssget | 120 GROUP=$(get_property group) 258 print, one of group, name, rows, cols, nonzeros, real, binary,
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 378 hid_t file, group, dset, dspace; in DMSequenceGetLength_HDF5_Internal() local 388 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file, &group)); in DMSequenceGetLength_HDF5_Internal() 389 PetscCallHDF5Return(dset, H5Dopen2, (group, seqname, H5P_DEFAULT)); in DMSequenceGetLength_HDF5_Internal() 397 PetscCallHDF5(H5Gclose, (group)); in DMSequenceGetLength_HDF5_Internal() 575 char group[PETSC_MAX_PATH_LEN]; in VecView_Plex_Local_HDF5_Internal() local 577 PetscCall(PetscSNPrintf(group, PETSC_MAX_PATH_LEN, "%s_%" PetscInt_FMT, fgroup, t)); in VecView_Plex_Local_HDF5_Internal() 578 PetscCall(PetscViewerHDF5PushGroup(viewer, group)); in VecView_Plex_Local_HDF5_Internal() 1030 char group[128]; in DMPlexTopologyView_HDF5_Private() local 1032 PetscCall(PetscSNPrintf(group, sizeof(group), "%" PetscInt_FMT, d)); in DMPlexTopologyView_HDF5_Private() 1033 PetscCall(PetscViewerHDF5PushGroup(viewer, group)); in DMPlexTopologyView_HDF5_Private() [all …]
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 33 const char *group; in PetscViewerHDF5GetGroup() local 40 PetscCall(PetscViewerHDF5GetGroup_Internal(viewer, &group)); in PetscViewerHDF5GetGroup() 44 PetscCall(PetscStrncpy(buf, group, sizeof(buf))); in PetscViewerHDF5GetGroup() 45 if (!group || len) PetscCall(PetscStrlcat(buf, "/", sizeof(buf))); in PetscViewerHDF5GetGroup() 61 const char *group; in PetscViewerHDF5CheckNamedObject_Internal() local 62 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in PetscViewerHDF5CheckNamedObject_Internal() 63 …r), PETSC_ERR_FILE_UNEXPECTED, "Object (dataset) \"%s\" not stored in group %s", obj->name, group); in PetscViewerHDF5CheckNamedObject_Internal() 1378 hid_t group; in PetscViewerHDF5Traverse_Inner_Internal() local 1384 PetscCallHDF5Return(group, H5Gcreate2, (h5, name, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT)); in PetscViewerHDF5Traverse_Inner_Internal() 1385 PetscCallHDF5(H5Gclose, (group)); in PetscViewerHDF5Traverse_Inner_Internal()
|