| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section_base.py | 67 arg, *rest = text.split(maxsplit=1) 68 if isinstance(rest, (list, tuple)): 69 descr = rest[0] if len(rest) else '' 108 rest = stripped 114 rest = stripped 116 rest = stripped.split(prefix, maxsplit=1)[1].strip() 118 assert rest 119 arg, part_sep, descr = rest.partition(sep.join((' ', ' '))) 121 if rest.endswith(sep): 122 arg = rest[:-1] [all …]
|
| H A D | _doc_str.py | 929 rest = lsplit[1] 930 restloc = self.make_source_range(rest, line, self.extent.start.line) 934 patch=Patch(restloc, '\n' + (' '*self.indent) + rest)
|
| /petsc/src/sys/fileio/ |
| H A D | fpath.c | 57 char tmppath[PETSC_MAX_PATH_LEN], *rest; in PetscGetFullPath() local 60 rest = fullpath + 2; in PetscGetFullPath() 71 rest = p + 1; in PetscGetFullPath() 82 PetscCall(PetscStrlcat(tmppath, rest, sizeof(tmppath))); in PetscGetFullPath()
|
| /petsc/src/tao/leastsquares/tutorials/matlab/ |
| H A D | ProblemInitialize.m | 4 % This code then initializes the rest of the information needed
|
| /petsc/src/snes/impls/multiblock/ |
| H A D | multiblock.c | 142 IS zerodiags, rest; in SNESMultiblockSetDefaults() local 147 PetscCall(ISComplement(zerodiags, nmin, nmax, &rest)); in SNESMultiblockSetDefaults() 148 PetscCall(SNESMultiblockSetIS(snes, "0", rest)); in SNESMultiblockSetDefaults() 151 PetscCall(ISDestroy(&rest)); in SNESMultiblockSetDefaults()
|
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 1332 PetscErrorCode DMDACreateAggregates(DM dac, DM daf, Mat *rest) in DMDACreateAggregates() argument 1357 PetscAssertPointer(rest, 3); in DMDACreateAggregates() 1399 …f * doff, Mc * Nc * Pc * dofc, Mf * Nf * Pf * doff, max_agg_size, NULL, max_agg_size, NULL, rest)); in DMDACreateAggregates() 1427 PetscCall(MatSetValues(*rest, 1, &a, fn_idx, fine_nodes, one_vec, INSERT_VALUES)); in DMDACreateAggregates() 1435 PetscCall(MatAssemblyBegin(*rest, MAT_FINAL_ASSEMBLY)); in DMDACreateAggregates() 1436 PetscCall(MatAssemblyEnd(*rest, MAT_FINAL_ASSEMBLY)); in DMDACreateAggregates()
|
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 19 static inline void hash_combine(std::size_t &seed, const T &v, Rest &&...rest) noexcept in hash_combine() argument 23 hash_combine(seed, std::forward<Rest>(rest)...); in hash_combine()
|
| /petsc/doc/manual/ |
| H A D | regressor.md | 186 separately from the rest of the model fitting process, because data sets are often
|
| H A D | ksp.md | 2011 have zeros on the diagonals and the rest. 2084 For simplicity, we restrict our matrices to two-by-two blocks in the rest of the section. So the ma…
|
| H A D | other.md | 427 You can select a subset of the processes to be debugged (the rest just
|
| H A D | vec.md | 855 …lize a `DM` will not need to utilize the lower-level routines discussed in the rest of this section
|
| H A D | mat.md | 235 entries are stored with the rest of the nonzeros (not separately).
|
| /petsc/src/ksp/pc/impls/fieldsplit/ |
| H A D | fieldsplit.c | 476 IS zerodiags, rest; in PCFieldSplitSetDefaults() local 485 PetscCall(ISComplement(zerodiags, nmin, nmax, &rest)); in PCFieldSplitSetDefaults() 486 PetscCall(PCFieldSplitSetIS(pc, "0", rest)); in PCFieldSplitSetDefaults() 489 PetscCall(ISDestroy(&rest)); in PCFieldSplitSetDefaults() 491 IS coupling, rest; in PCFieldSplitSetDefaults() local 500 … PetscCall(ISCreateStride(PetscObjectComm((PetscObject)pc->mat), nmax - nmin, nmin, 1, &rest)); in PCFieldSplitSetDefaults() 501 PetscCall(ISSetIdentity(rest)); in PCFieldSplitSetDefaults() 502 PetscCall(PCFieldSplitSetIS(pc, "0", rest)); in PCFieldSplitSetDefaults() 505 PetscCall(ISDestroy(&rest)); in PCFieldSplitSetDefaults()
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 137 rest = os.path.join(*nextDirs[1:]) 139 rest = None 140 dirs.extend(self.listDirs(os.path.join(base, dir),rest ))
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 166 integrating logging with the rest of PETSc.
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 403 be a consequence of the rest of this License.
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 854 PetscBool rest = PETSC_FALSE, free = PETSC_FALSE; in PCBDDCNedelecSupport() local 863 rest = PETSC_TRUE; in PCBDDCNedelecSupport() 906 …if (rest) PetscCall(MatRestoreRowIJ(matis->A, 0, PETSC_TRUE, PETSC_FALSE, &i, (const PetscInt **)&… in PCBDDCNedelecSupport()
|
| /petsc/doc/faq/ |
| H A D | index.md | 158 - We retain the useful ones and discard the rest. All of these decisions are based not
|