| /petsc/src/dm/dt/tests/output/ |
| H A D | ex10_2d_lagrange.out | 1 Sum space provides the same solution as a regular space: true
|
| /petsc/doc/manual/ |
| H A D | dmstag.md | 5 For structured (aka "regular") grids with staggered data (degrees of freedom potentially living on … 24 a very regular complex, consisting of a structured grid of $d$-dimensional cells, with $d \in \{1,2… 70 …ifferent numbers of points (e.g. in 1D there is an "extra" vertex on the right). This regular block 80 …th `Vec` data, this approach is used to allow direct access to a multi-dimensional, regular-blocked 125 regular-blocked storage, an element is grouped with lower-dimensional points left of, below ("down"… 128 …per-element association is used. This has the advantage of maintaining a regular blocking, but may… 147 For local `Vec`s, this gives a regular-blocked numbering, with the same number of unknowns associat… 160 …one DOF per stratum. Note that dummy locations (grey) are used to give a regular block size (here,…
|
| H A D | profiling.md | 661 can be used to easily convert a regular PETSc program to one that uses
|
| H A D | ts.md | 1144 the `TS` object for a regular forward run but with one extra function
|
| H A D | mat.md | 298 information by using a segment of code similar to that for the regular
|
| H A D | tao.md | 1903 (regular) and inverse Broyden methods are developed, controlled by the
|
| /petsc/src/dm/impls/moab/tests/output/ |
| H A D | ex2_1.out | 2 Creating a 2-dimensional structured regular mesh of 5x5x5 in memory and creating a DM object.
|
| H A D | ex3_2_1.out | 1 Creating a 3-dimensional structured regular mesh of 2x2x2 in memory and creating a DM object.
|
| H A D | ex3_1_2.out | 1 Creating a 3-dimensional structured regular mesh of 2x2x2 in memory and creating a DM object.
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 42 # regular expression pattern. 47 # regular expression pattern. 51 # regular expression pattern.
|
| /petsc/doc/changes/ |
| H A D | 311.md | 93 on regular staggered grids, in a manner similar to the usage of
|
| H A D | 313.md | 89 - Add support of selective 64-bit MUMPS, i.e., the regular/default 179 (regular refinement, and conversion to hexes). The plan is to add
|
| H A D | 233.md | 59 - MatMFFD is now a regular matrix type registered in
|
| H A D | 320.md | 20 …or regular use - as currently all packages prefer git clones. MPICH is a package using this featur…
|
| H A D | 315.md | 276 - Remove regular refinement and marking from `DMPlexCreateDoublet()`
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | overview.rst | 62 special-purpose code for handling ghost points for regular data
|
| /petsc/doc/install/ |
| H A D | install.md | 105 regular compilers in the user's `$PATH` in the following order: 402 - On Cray systems, after loading the appropriate MPI module, the regular compilers `cc`, `CC`, and … 539 and then do the PETSc install as a **regular/non-root** user: 744 …provide convenience scripts for compiling MPI codes that internally call regular compilers, they a…
|
| H A D | multibuild.md | 151 if it were the regular `configure`. Suppose one had an installation of PETSc with the following arg…
|
| /petsc/share/petsc/matlab/ |
| H A D | laplacian.m | 6 % with Dirichlet boundary conditions, from a rectangular cuboid regular
|
| /petsc/doc/developers/ |
| H A D | style.md | 350 // OK, regular symbols defined after the guard 369 // ERROR, defined regular symbols before the guard
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 10244 PetscBool regular; in DMCreateAffineInterpolationCorrection_Plex() local 10250 PetscCall(DMPlexGetRegularRefinement(dmf, ®ular)); in DMCreateAffineInterpolationCorrection_Plex() 10251 PetscCall(DMPlexSetRegularRefinement(dmfo, regular)); in DMCreateAffineInterpolationCorrection_Plex() 10324 …PetscBool regular, ismatis, isRefined = dmCoarse->data == dmFine->data ? PETSC_FALSE : PETSC_TR… in DMCreateInterpolation_Plex() local 10339 PetscCall(DMPlexGetRegularRefinement(dmFine, ®ular)); in DMCreateInterpolation_Plex() 10340 …if (!isRefined || (regular && cdm == dmCoarse)) PetscCall(DMPlexComputeInterpolatorNested(dmCoarse… in DMCreateInterpolation_Plex() 10419 PetscBool regular; in DMCreateMassMatrix_Plex() local 10462 PetscCall(DMPlexGetRegularRefinement(dmFine, ®ular)); in DMCreateMassMatrix_Plex() 10463 …if (regular && cdm == dmCoarse) PetscCall(DMPlexComputeMassMatrixNested(dmCoarse, dmFine, *mass, c… in DMCreateMassMatrix_Plex() 10534 PetscErrorCode DMPlexGetRegularRefinement(DM dm, PetscBool *regular) in DMPlexGetRegularRefinement() argument [all …]
|
| /petsc/doc/faq/ |
| H A D | index.md | 566 if (fd != stdout && fd != stderr) { /* handle regular files */ 1241 For performing matrix operations on known Hermitian matrices (note that regular `Mat` 2122 when using regular libraries. This helps in a couple of ways: 2130 By default, the compiler should pick up the shared libraries instead of the regular 2133 ### What if I want to link to the regular `.a` library files?
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMStag.pyx | 68 vertices of a parallelized regular 1D / 2D / 3D grid.
|
| H A D | DMSwarm.pyx | 641 """Set point coordinates in a `DMSwarm` on a regular (ijk) grid.
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 100 …ntext of a 1X + 1V Vlasov-Poisson model of Landau damping with logically regular particle and cont…
|