Home
last modified time | relevance | path

Searched refs:only (Results 1 – 25 of 129) sorted by relevance

123456

/petsc/share/petsc/
H A DMakefile.user45 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 Dex5_control.txt18 - 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 Dex42-mgschur.opts6 # iterate more only on the finest level
29 # Apply Q^{-1} only
H A Dex42-mgschur_nestedfs.opts18 # Apply Q^{-1} only
/petsc/src/dm/ftn-mod/
H A Dpetscdmswarm.h904 use petscsys, only: ePetscDataType
16 use petscsys, only: ePetscDataType
/petsc/doc/changes/
H A D311.md41 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 D2024.md15 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 D2016.md12 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 D36.md80 (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 D314.md59 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 D2029.md64 - 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 D317.md13 - 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 D2017.md60 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 Dpetscisbase.h3 ! Note: This file should contain only define statements
H A Dpetscvecbase.h3 ! Note: This file should contain only define statements
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A DApp.f903 use ISO_C_BINDING, only: C_INT, C_DOUBLE
14 use ISO_C_BINDING, only: C_INT, C_DOUBLE
/petsc/doc/install/
H A Dmultibuild.md16 `$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 Dmeeting.md14 - 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 Dconvergencestudyburger.m6 …guess the analytic solution; if one uses the other initial guess the code only convergences a very…
/petsc/src/mat/tests/output/
H A Dex139_1.out29 Extracting LocalRef with iscol (only rank=0 shown):
/petsc/src/dm/impls/plex/tests/output/
H A Dex95f90_0.out51 Reopenning the output file in Read-only mode
H A Dex95_0.out44 Reopenning the output file in Read-only mode
/petsc/src/binding/petsc4py/docs/source/
H A Dindex.rst5 .. only:: html or man
/petsc/src/mat/tests/
H A Dex241f.F906 use ISO_Fortran_Env, only: real64
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A DREADME.rst17 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.

123456