| /petsc/src/ksp/pc/tests/output/ |
| H A D | ex6_1.out | 1 flg == 1 => both index sets are same 18 flg == 1 => both index sets are same 35 flg == 1 => both index sets are same 52 flg == 1 => both index sets are same 69 flg == 1 => both index sets are same 86 flg == 1 => both index sets are same 103 flg == 1 => both index sets are same 120 flg == 1 => both index sets are same 137 flg == 1 => both index sets are same
|
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glleadapt.c | 297 TSGLLEAdapt_Both *both = (TSGLLEAdapt_Both *)adapt->data; in TSGLLEAdaptChoose_Both() local 317 if (best.eff < 1.2 * current.eff || both->count_at_order < orders[cur] + 2) { in TSGLLEAdaptChoose_Both() 320 last_desired_h = both->desired_h; in TSGLLEAdaptChoose_Both() 321 both->desired_h = PetscMax(h * dec, PetscMin(h * inc, current.h)); in TSGLLEAdaptChoose_Both() 322 …*next_h = (both->count_at_order > 0) ? PetscSqrtReal(last_desired_h * both->desired_h) : b… in TSGLLEAdaptChoose_Both() 323 both->count_at_order++; in TSGLLEAdaptChoose_Both() 328 both->count_at_order = 0; in TSGLLEAdaptChoose_Both() 329 both->desired_h = best.h; in TSGLLEAdaptChoose_Both()
|
| /petsc/share/petsc/ |
| H A D | Makefile.basic.user | 21 CFLAGS = # Used by both compile and link targets for C sources 22 FFLAGS = # Used by both compile and link targets for Fortran sources 23 CXXFLAGS = # Used by both compile and link targets for Cxx sources
|
| H A D | CMakeLists.txt | 11 # By default it gets both the compiler information and the library information from PETSc
|
| /petsc/include/ |
| H A D | petscdevice_cupm.h | 10 #error using both nvcc and hipcc at the same time?
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | DMDA | 3 The `DMDA` subclass of `DM` encapsulates a Cartesian structured mesh, with interfaces for both topo…
|
| H A D | DMForest | 3 The `DMFOREST` subclass of `DM` encapsulates an octree mesh, with interfaces for both topology and …
|
| H A D | DMPlex | 3 The `DMPLEX` subclass of `DM` encapsulates an unstructured mesh, with interfaces for both topology …
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/ |
| H A D | Tabs.css | 33 clear:both;
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | viewreg.c | 69 char *both; in PetscOptionsHelpPrintedCheck() local 82 PetscCall(PetscSegBufferGet(hp->strings, lboth, &both)); in PetscOptionsHelpPrintedCheck() 83 PetscCall(PetscStrncpy(both, pre, lboth)); in PetscOptionsHelpPrintedCheck() 84 PetscCall(PetscStrncpy(both + l1, name, l2 + 1)); in PetscOptionsHelpPrintedCheck() 85 kh_put(HTPrinted, hp->printed, both, &newitem); in PetscOptionsHelpPrintedCheck()
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | overview.rst | 71 including (sequential) ILU(k), LU, and (both sequential and 81 for nonlinear systems. Includes both line search and trust
|
| /petsc/doc/changes/ |
| H A D | 319.md | 54 - Remove undocumented `PETSC_MPI_WIN_FMT` and `PETSC_MPI_COMM_FMT`. Users should cast both `MPI_Com… 69 - Deprecate `PETSC_NULL` in favor of `PETSC_NULLPTR` as it does the right thing in both C and C++ 232 - Add `DMPlexGetOrientedCone()` and `DMPlexRestoreOrientedCone()` to return both cone and orientati… 242 …ic mesh into periodic while preserving the local point representation for both donor and image she…
|
| H A D | 316.md | 26 - Add support for hypre in device mode for both NVIDIA and AMD GPUs 252 `PetscFEIntegrateBdJacobian()` to take both `PetscWeakForm` and form
|
| /petsc/doc/community/meetings/ |
| H A D | meeting.md | 19 the latest developments, whereas PETSc users provide input on both technical and
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsys.pxi | 80 "local and global sizes cannot be both 'DECIDE'")
|
| H A D | Partitioner.pyx | 183 raise ValueError("Must provide both sizes and points arrays")
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | README.md | 53 2. Create ABI dumps for both library versions using the ABI Dumper (https://github.com/lvc/abi-dump…
|
| H A D | INSTALL | 99 Create ABI dumps for both library versions
|
| /petsc/lib/petsc/conf/ |
| H A D | variables | 79 # both CXXPPFLAGS and CXXPP_FLAGS. Users are able to use 'make CXXPPFLAGS=val' to add additional
|
| /petsc/doc/community/bofs/ |
| H A D | 2026_Feb_CASS.md | 99 **Abstract:** AMD's MI300A APUs have unified memory accessible by both the CPU and APU cores on the… 126 … developing a data assimilation tool in PETSc for shallow water equations—both new topics for me. …
|
| /petsc/doc/manual/ |
| H A D | dmbase.md | 6 (in both human and machine time) of connecting the solvers to the mathematical models and discretiz…
|
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | tomographyGenerateData.m | 50 …regWt = 1e-8*max(WGT(:)); % 1e-6 to 1e-8 both good for phantom, %1e-8*max(WGT(:)) use 1e-8 for bra…
|
| /petsc/doc/developers/ |
| H A D | matrices.md | 105 PETSc offers a variety of both sparse and dense matrix types. 181 PETSc provides both sequential and parallel dense matrix formats, where
|
| H A D | objects.md | 12 `Mat` (matrices, both dense and sparse). Each class is implemented by 17 A (small) common part shared by all PETSc classes (for example, both 21 (for example, both `KSPGMRES` and `KSPCG` have this common
|
| H A D | testing.md | 156 parallel output, both the output from the test example and the 335 Using both options in tandem allows one to use the normal `output:` mechanism to compare 438 two different arguments, but both are diffed with the same file. 578 directory, or 2) use the gmakefile.test from the top level directory. We present both 655 PETSC_CUDAMEMCHECK_ARGS to change the arguments (note: both 880 - Examples that require both triangle and ctetgen (intersection of tests)
|