Home
last modified time | relevance | path

Searched full:only (Results 1 – 25 of 1295) sorted by relevance

12345678910>>...52

/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/include/petsc/private/
H A Dlogimpldeprecated.h17 …Performance data is now controlled by `PetscLogHandler`s. Only the default log handler (`PetscLog…
33 …Performance data is now controlled by `PetscLogHandler`s. Only the default log handler (`PetscLog…
50 …Performance data is now controlled by `PetscLogHandler`s. Only the default log handler (`PetscLog…
67 …Performance data is now controlled by `PetscLogHandler`s. Only the default log handler (`PetscLog…
213 …Performance data is now controlled by `PetscLogHandler`s. Only the default log handler (`PetscLog…
231 …Performance data is now controlled by `PetscLogHandler`s. Only the default log handler (`PetscLog…
250 …Performance data is now controlled by `PetscLogHandler`s. Only the default log handler (`PetscLog…
267 …Performance data is now controlled by `PetscLogHandler`s. Only the default log handler (`PetscLog…
285 …Performance data is now controlled by `PetscLogHandler`s. Only the default log handler (`PetscLog…
304 …Performance data is now controlled by `PetscLogHandler`s. Only the default log handler (`PetscLog…
[all …]
/petsc/src/dm/impls/da/
H A Ddaghost.c18 . y - the corner index for the second dimension (only used in 2D and 3D problems)
19 . z - the corner index for the third dimension (only used in 3D problems)
21 . n - the width in the second dimension (only used in 2D and 3D problems)
22 - p - the width in the third dimension (only used in 3D problems)
/petsc/src/sys/classes/viewer/impls/matlab/
H A Dvmatlab.c13 Not Collective, only processor zero saves `array`
25 Only writes `array` values on processor 0.
64 Not Collective; only processor zero reads in the array
76 Only reads in `array` values on processor 0.
119 /* only first processor opens file */ in PetscViewerFileSetName_Matlab()
150 … Currently can only save PETSc vectors to .mat files, not matrices (use the `PETSCVIEWERBINARY` and
221 For writing files it only opens the file on processor 0 in the communicator.
223 …This only saves `Vec`s it cannot be used to save `Mat`s. We recommend using the `PETSCVIEWERBINARY…
/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 D314.md14 Only CSR is supported
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 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 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…
/petsc/src/mat/utils/
H A Dgetcolv.c82 if each process wants only some of the values it should extract the ones it wants from the array.
111 if each process wants only some of the values it should extract the ones it wants from the array.
135 if each process wants only some of the values it should extract the ones it wants from the array.
159 if each process wants only some of the values it should extract the ones it wants from the array.
199 if each process wants only some of the values it should extract the ones it wants from the array.
223 if each process wants only some of the values it should extract the ones it wants from the array.
247 if each process wants only some of the values it should extract the ones it wants from the array.
289 if each process wants only some of the values it should extract the ones it wants from the array.
/petsc/src/mat/impls/dense/mpi/cupm/cuda/
H A Dmatmpidensecuda.cu119 You can only call this after a call to `MatDenseCUDAPlaceArray()`
212 MatDenseCUDAGetArrayRead - Provides read-only access to the CUDA buffer inside a
227 Data may be copied to the GPU due to operations done on the CPU. If you need write only
242 MatDenseCUDARestoreArrayRead - Restore read-only access to the CUDA buffer inside a
254 Data can be copied to the GPU due to operations done on the CPU. If you need write only
282 Data can be copied to the GPU due to operations done on the CPU. If you need write only
283 access, use `MatDenseCUDAGetArrayWrite()`. For read-only access, use
/petsc/src/mat/impls/dense/mpi/cupm/hip/
H A Dmatmpidensehip.hip.cxx120 You can only call this after a call to `MatDenseHIPPlaceArray()`
213 MatDenseHIPGetArrayRead - Provides read-only access to the HIP buffer inside a
228 Data may be copied to the GPU due to operations done on the CPU. If you need write only
243 MatDenseHIPRestoreArrayRead - Restore read-only access to the HIP buffer inside a
255 Data can be copied to the GPU due to operations done on the CPU. If you need write only
283 Data can be copied to the GPU due to operations done on the CPU. If you need write only
284 access, use `MatDenseHIPGetArrayWrite()`. For read-only access, use
/petsc/include/
H A Dpetscpctypes.h94 Certain `KSPType` support only a subset of `PCSide` values
173 …idual from the outer subdomain is used but the correction is restricted to the inner subdomain only
175 …each point will receive a correction only from the unique inner subdomain containing it (nonoverla…
210 …computed from first preconditioner to last and then back (Use only for symmetric matrices and prec…
234 …The only preconditioners that currently work with this symbolic representation matrix object are `…
236 …This is only a good preconditioner when $diag(A00)$ is a good preconditioner for $A00$. Optionally…
336 smoothed before updating the residual. This only uses the
342 … calls the V-cycle only on the coarser level and has a post-smoother instead.
379 …th the `mat` and `pmat` via the Galerkin process (if pmat == mat the construction is only done once
513 + `PC_HPDDM_SCHUR_PRE_LEAST_SQUARES` (default) - only with a near-zero A11 block and A10 = A01^T;…
[all …]
/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.h13 PetscInt nxlb, Nxlb; /* Decision variables with lower bounds only */
14 PetscInt nxub, Nxub; /* Decision variables with upper bounds only */
59 IS isxub; /* Finite upper bound only -inf < x < ub */
60 IS isxlb; /* Finite lower bound only lb <= x < inf */
/petsc/src/ksp/ksp/impls/preonly/
H A Dpreonly.c20 …ksp), PETSC_ERR_USER, "KSP of type preonly (application of preconditioner only) doesn't make sense… in KSPSolve_PREONLY()
65 …/* Note: only some ranks may have this set; this may lead to problems if the caller assumes ksp->r… in KSPMatSolve_PREONLY()
80 . -ksp_type none - use a single application of the preconditioner only
92 KSPPREONLY - This implements a method that applies ONLY the preconditioner exactly once.
100 . -ksp_type preonly - use a single application of the preconditioner only
/petsc/src/vec/is/sf/tests/
H A Dex8.c117 # sf_backend cuda is not needed if compiling only with cuda
128 # sf_backend cuda is not needed if compiling only with cuda
145 # sf_backend cuda is not needed if compiling only with cuda
151 # sf_backend hip is not needed if compiling only with hip
173 # sf_backend cuda is not needed if compiling only with cuda
179 # sf_backend hip is not needed if compiling only with hip
/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/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/config/BuildSystem/config/packages/
H A Dboost.py21 …('BOOST', '-download-boost-headers-only=<bool>', nargs.ArgBool(None, 0, 'When true, do not build B…
31 if self.argDB['download-boost-headers-only']:
33 …self.logPrintBox('Configure option --boost-headers-only is ENABLED ... boost libraries will not be…
/petsc/src/sys/fileio/
H A Dmpiuopen.c93 Collective, but only MPI rank 0 does anything
96 + comm - MPI communicator, only rank 0 performs the close
130 Logically Collective, but only MPI rank 0 runs the command
133 + comm - MPI communicator, only processor zero runs the program
209 Logically Collective, but only the MPI process with rank 0 runs the command
/petsc/src/sys/classes/random/interface/
H A Drandom.c36 …To get a complex number with only a random real part, first call `PetscRandomSetInterval()` with a…
37 …low and high imaginary part. Similarly to get a complex number with only a random imaginary part c…
228 …alPart(low) <= PetscRealPart(high), PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "only low <= high"); in PetscRandomSetInterval()
229 …t(low) <= PetscImaginaryPart(high), PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "only low <= high"); in PetscRandomSetInterval()
231 …PetscCheck(low < high, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "only low <= high: Instead %g %g… in PetscRandomSetInterval()
/petsc/src/ksp/pc/impls/tfs/
H A Dtfs.c90 …PetscCheck(ismpiaij, PetscObjectComm((PetscObject)pc), PETSC_ERR_SUP, "Currently only supports MPI… in PCSetUp_TFS()
127 Only implemented for the `MATMPIAIJ` matrices
129 Only works on a solver object that lives on all of `PETSC_COMM_WORLD`!
131 Only works for real numbers (is not built if `PetscScalar` is complex)
144 …p == MPI_CONGRUENT, PetscObjectComm((PetscObject)pc), PETSC_ERR_SUP, "TFS only works with PETSC_CO… in PCCreate_TFS()
/petsc/src/dm/ftn-mod/
H A Dpetscdmswarm.h904 use petscsys, only: ePetscDataType
16 use petscsys, only: ePetscDataType
/petsc/src/sys/classes/viewer/impls/ams/
H A Damsopen.c24 …Unlike other viewers that only access the object being viewed on the call to `XXXView`(object,view…
57 Currently this is called only on MPI rank 0 of `PETSC_COMM_WORLD`
70 …PetscCheck(rank == 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Should only be being called on rank zero"); in PetscObjectViewSAWs()
/petsc/src/ksp/ksp/tutorials/
H A Dex42-mgschur.opts6 # iterate more only on the finest level
29 # Apply Q^{-1} only
/petsc/src/sys/classes/viewer/impls/socket/
H A Dsocket.h10 …PetscInt flowcontrol; /* allow only <flowcontrol> messages outstanding at a time while doing IO */
11 PetscBool skipheader; /* don't write header, only raw data */

12345678910>>...52