| /petsc/share/petsc/ |
| H A D | Makefile.user | 45 CFLAGS_OTHER := $(shell pkg-config --cflags-only-other $(PACKAGES)) 49 CPPFLAGS := $(shell pkg-config --cflags-only-I $(PACKAGES)) 54 LDFLAGS := $(shell pkg-config --libs-only-L --libs-only-other $(PACKAGES)) $(shell pkg-config --var… 55 …ll pkg-config --variable=ldflag_rpath $(PACKAGES))%, $(shell pkg-config --libs-only-L $(PACKAGES))) 56 LDLIBS := $(shell pkg-config --libs-only-l $(PACKAGES)) -lm
|
| /petsc/src/ts/tests/ |
| H A D | ex5_control.txt | 18 - To only diabatic dT/dt contributions (all fields uniform throughout grid) enter 0 in line 15 31 - Moisture if only used for radiative considerations 32 - Wind input is only used for latent and sensible heat fluxes. The dynamic winds do not affect the …
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex42-mgschur.opts | 6 # iterate more only on the finest level 29 # Apply Q^{-1} only
|
| H A D | ex42-mgschur_nestedfs.opts | 18 # Apply Q^{-1} only
|
| /petsc/src/dm/ftn-mod/ |
| H A D | petscdmswarm.h90 | 4 use petscsys, only: ePetscDataType 16 use petscsys, only: ePetscDataType
|
| /petsc/doc/changes/ |
| H A D | 311.md | 41 MAT-File Version 7.3, currently only for reading. See also 60 convergence rates since they will now use only 2 actual steps. To 69 - Added SNESKSPTRANSPOSEONLY: a linear solver only SNES that solves 115 - support not only dataset attributes but also group attributes
|
| H A D | 2024.md | 15 your system should require only editing the files 30 -lpetscdm -lpetscmat -lpetscvec -lpetsc. Each library is now only 32 example, if you are only using the linear solvers, you only need 34 if you are only using the vectors you only need to list 152 the manual change your current code to work, you only need add an 278 Then the convergence criterion depends only on the maximum number 297 `-pc_lu_reuse_fill`. These two options only have an effect when
|
| H A D | 2016.md | 12 Instead, we now only distribute the HTML version. You can still 23 SNESMonitorSet() instead of only one as previously allowed. 36 KSPSetMonitor() instead of only one as previously allowed.
|
| H A D | 36.md | 80 (developer repository only feature) --with-cuda 84 (developer repository only feature) --with-cuda --with-openmp 85 --download-superlu_dist-gpu (developer repository only feature) 155 TSSetEquationType(). It currently only affects arkimex methods.
|
| H A D | 314.md | 59 operations, but MATAIJKOKKOS only supports MatMult() and its 83 - Add a Kokkos backend to SF. Previously, SF could only handle CUDA 117 faces and for variable-degree spaces. The previous behavior only 145 matrix as a Vec, together with read-only and write-only variants 190 - Add KSPMatSolve() for solving iteratively (currently only with 252 boundary values using a field only supported on the boundary
|
| H A D | 2029.md | 64 - ISEqual() now is collective and returns true only if each 143 matrices. These store only the upper triangular portion of the 145 (currently only for block size of 1) for the SeqSBAIJ matrices
|
| H A D | 317.md | 13 - PETSc now requires a C99 compliant C compiler in all cases. Previously C99 was only required when… 14 …ote this requirement is only enforced if C++ is used; it is acceptable to have a compiler that doe… 67 … condition is true. The former is always enabled, while the latter is enabled only in debug builds. 116 …ectors, `VecCreate()` no longer allocates the array on CPU eagerly, it is only allocated if it is … 117 … standard CUDA, HIP, and CUDA/HIP Kokkos vectors. Previously, they did so only when the device had… 118 …pe()`, which are similar to the `VecGetArrayReadAndMemType()` family, but only write to the vector… 177 …base option `-ts_sundials_use_dense` to use a dense linear solver (serial only) within CVODE, inst… 200 - Add `DMLabelGetNonEmptyStratumValuesIS()`, similar to `DMLabelGetValueIS()` but counts only nonem… 243 …- Change `DMPlexMetricCtx` so that it is only instantiated when one of the above routines are call…
|
| H A D | 2017.md | 60 interpolation to full restriction only, since this version 76 (currently implemented for AIJ and BAIJ matrices only). This is a 188 Unfortunately, these routines currently work only with the NAG F90 195 for use only if you wish to maintain a Fortran code that is
|
| /petsc/include/petsc/finclude/ |
| H A D | petscisbase.h | 3 ! Note: This file should contain only define statements
|
| H A D | petscvecbase.h | 3 ! Note: This file should contain only define statements
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | App.f90 | 3 use ISO_C_BINDING, only: C_INT, C_DOUBLE 14 use ISO_C_BINDING, only: C_INT, C_DOUBLE
|
| /petsc/doc/install/ |
| H A D | multibuild.md | 16 `$PETSC_ARCH` is only needed for in-place installations. For out-of-place 20 `$PETSC_DIR` and `$PETSC_ARCH` (in-place installs only) are used by the PETSc 84 Keep in mind however that this will only disable `configure`'s cache, not any other 95 running `configure`. The only thing preserved during this process is the 150 One need only call `reconfigure`, supplying any additional command-line arguments as
|
| /petsc/doc/community/meetings/ |
| H A D | meeting.md | 14 - Describe advancements made not only by the PETSc team but also by applications 28 …ice that students can register for the whole week, _including room and food_, for only £ 400.
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | convergencestudyburger.m | 6 …guess the analytic solution; if one uses the other initial guess the code only convergences a very…
|
| /petsc/src/mat/tests/output/ |
| H A D | ex139_1.out | 29 Extracting LocalRef with iscol (only rank=0 shown):
|
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex95f90_0.out | 51 Reopenning the output file in Read-only mode
|
| H A D | ex95_0.out | 44 Reopenning the output file in Read-only mode
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | index.rst | 5 .. only:: html or man
|
| /petsc/src/mat/tests/ |
| H A D | ex241f.F90 | 6 use ISO_Fortran_Env, only: real64
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | README.rst | 17 1. A byproduct of using libclang to generate the AST is that **the linter can only process 28 point only SLEPc) register additional checkers. See `Checkers` for more information on 145 function, it is called only once for each found instance of a function call.
|