Searched refs:supports (Results 1 – 25 of 43) sorted by relevance
12
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | install.rst | 22 The installation of :mod:`petsc4py` supports multiple `PETSC_ARCH
|
| /petsc/doc/manual/ |
| H A D | dt.md | 5 This chapter discusses the low-level infrastructure which supports higher-level discretizations in …
|
| H A D | regressor.md | 20 `PetscRegressor` supports supervised learning tasks: 135 If the particular method being employed is one that supports regularization,
|
| H A D | dmbase.md | 13 classes `DM` currently supports are PDEs on structured and staggered grids with finite difference m…
|
| H A D | blas-lapack.md | 58 …k` and a f2c generated C version `--download-f2cblaslapack` (which also supports 128 bit real numb…
|
| H A D | dmnetwork.md | 108 …es associated to the added component at this network point. `DMNETWORK` supports setting multiple …
|
| H A D | dmplex.md | 107 …ic symmetrization, cones will be ordered but supports will not. The user can enforce an ordering o… 501 Since PETSc 3.19, we offer a new format which supports parallel loading. 684 `DMPLEX` supports mesh adaptation using the *Riemannian metric framework*.
|
| H A D | performance.md | 145 machine, in which each CPU consists of six cores and supports 371 these domains. Intel MPI, for instance, supports “compact” ordering 376 - An MPI implementation that supports process pinning should offer some 423 debugging (GCC, for instance, supports a `-Og` optimization level that
|
| H A D | dmstag.md | 104 `DMSTAG`, unlike `DMDA`, supports two approaches to defining coordinates. This is captured by which…
|
| /petsc/doc/changes/ |
| H A D | 36.md | 79 - Upgraded to SuiteSparse 4.4.1; Cholmod supports using GPUs 83 - Upgraded to Superlu_DIST 4.0; Superlu_DIST supports using GPUs
|
| H A D | 314.md | 58 Kokkos kernels. Currently, VECKOKKOS supports all vector 59 operations, but MATAIJKOKKOS only supports MatMult() and its 84 devices. Now it can handle other devices that Kokkos supports when
|
| H A D | 311.md | 9 - Configure now supports Python 3.4+ in addition to Python 2.6+.
|
| H A D | 231.md | 55 - config/configure.py now supports the arguments
|
| H A D | 37.md | 124 - Added PCTelescope which supports running solvers on
|
| H A D | 300.md | 186 - binary viewer now supports MPI IO for Vec loading and storing, use
|
| H A D | 312.md | 135 - MatLoad() now supports loading dense matrices from HDF5/MAT files.
|
| H A D | 33.md | 235 - The Hypre interface was updated to 2.8.0b and now supports 64-bit
|
| H A D | 38.md | 172 - Added DMSwarm which supports data management and data movement of
|
| H A D | 320.md | 133 - Add `MATSELLCUDA`. It supports fast `MatMult()`, `MatMultTranspose()`, and `MatMultAdd()` on GPUs
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexreorder.c | 323 PetscCall(PetscMalloc1(n, &plexNew->supports)); in DMPlexPermute() 331 for (d = 0; d < dof; ++d) plexNew->supports[offNew + d] = pperm[plex->supports[off + d]]; in DMPlexPermute()
|
| /petsc/doc/install/ |
| H A D | multibuild.md | 62 - Whether your system supports certain instruction types (e.g. AVX)
|
| H A D | windows.md | 151 supports DOS short form for directory names - so it is better to use this notation. Cygwin
|
| /petsc/doc/community/bofs/ |
| H A D | 2026_Feb_CASS.md | 83 …ving the frequency-domain Maxwell equations. The current implementation supports key electromagnet…
|
| /petsc/doc/developers/ |
| H A D | testing.md | 55 Our language also supports a *testset* that specifies either a new test 66 harness; as are explained further below. The input language supports 183 - In general, the language supports `and` and `not` constructs
|
| H A D | kernel.md | 210 `PetscMallocA()` supports a request for up to 7 distinct memory
|
12