Home
last modified time | relevance | path

Searched refs:both (Results 1 – 25 of 79) sorted by relevance

1234

/petsc/src/ksp/pc/tests/output/
H A Dex6_1.out1 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 Dglleadapt.c297 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 DMakefile.basic.user21 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 DCMakeLists.txt11 # By default it gets both the compiler information and the library information from PETSc
/petsc/include/
H A Dpetscdevice_cupm.h10 #error using both nvcc and hipcc at the same time?
/petsc/doc/manualpages/MANSECHeaders/
H A DDMDA3 The `DMDA` subclass of `DM` encapsulates a Cartesian structured mesh, with interfaces for both topo…
H A DDMForest3 The `DMFOREST` subclass of `DM` encapsulates an octree mesh, with interfaces for both topology and …
H A DDMPlex3 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 DTabs.css33 clear:both;
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c69 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 Doverview.rst71 including (sequential) ILU(k), LU, and (both sequential and
81 for nonlinear systems. Includes both line search and trust
/petsc/doc/changes/
H A D319.md54 - 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 D316.md26 - 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 Dmeeting.md19 the latest developments, whereas PETSc users provide input on both technical and
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsys.pxi80 "local and global sizes cannot be both 'DECIDE'")
H A DPartitioner.pyx183 raise ValueError("Must provide both sizes and points arrays")
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DREADME.md53 2. Create ABI dumps for both library versions using the ABI Dumper (https://github.com/lvc/abi-dump…
H A DINSTALL99 Create ABI dumps for both library versions
/petsc/lib/petsc/conf/
H A Dvariables79 # both CXXPPFLAGS and CXXPP_FLAGS. Users are able to use 'make CXXPPFLAGS=val' to add additional
/petsc/doc/community/bofs/
H A D2026_Feb_CASS.md99 **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 Ddmbase.md6 (in both human and machine time) of connecting the solvers to the mathematical models and discretiz…
/petsc/src/tao/leastsquares/tutorials/
H A DtomographyGenerateData.m50 …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 Dmatrices.md105 PETSc offers a variety of both sparse and dense matrix types.
181 PETSc provides both sequential and parallel dense matrix formats, where
H A Dobjects.md12 `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 Dtesting.md156 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)

1234