Home
last modified time | relevance | path

Searched refs:regular (Results 1 – 25 of 26) sorted by relevance

12

/petsc/src/dm/dt/tests/output/
H A Dex10_2d_lagrange.out1 Sum space provides the same solution as a regular space: true
/petsc/doc/manual/
H A Ddmstag.md5 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 Dprofiling.md661 can be used to easily convert a regular PETSc program to one that uses
H A Dts.md1144 the `TS` object for a regular forward run but with one extra function
H A Dmat.md298 information by using a segment of code similar to that for the regular
H A Dtao.md1903 (regular) and inverse Broyden methods are developed, controlled by the
/petsc/src/dm/impls/moab/tests/output/
H A Dex2_1.out2 Creating a 2-dimensional structured regular mesh of 5x5x5 in memory and creating a DM object.
H A Dex3_2_1.out1 Creating a 3-dimensional structured regular mesh of 2x2x2 in memory and creating a DM object.
H A Dex3_1_2.out1 Creating a 3-dimensional structured regular mesh of 2x2x2 in memory and creating a DM object.
/petsc/src/binding/petsc4py/conf/
H A Depydoc.cfg42 # regular expression pattern.
47 # regular expression pattern.
51 # regular expression pattern.
/petsc/doc/changes/
H A D311.md93 on regular staggered grids, in a manner similar to the usage of
H A D313.md89 - 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 D233.md59 - MatMFFD is now a regular matrix type registered in
H A D320.md20 …or regular use - as currently all packages prefer git clones. MPICH is a package using this featur…
H A D315.md276 - Remove regular refinement and marking from `DMPlexCreateDoublet()`
/petsc/src/binding/petsc4py/docs/source/
H A Doverview.rst62 special-purpose code for handling ghost points for regular data
/petsc/doc/install/
H A Dinstall.md105 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 Dmultibuild.md151 if it were the regular `configure`. Suppose one had an installation of PETSc with the following arg…
/petsc/share/petsc/matlab/
H A Dlaplacian.m6 % with Dirichlet boundary conditions, from a rectangular cuboid regular
/petsc/doc/developers/
H A Dstyle.md350 // OK, regular symbols defined after the guard
369 // ERROR, defined regular symbols before the guard
/petsc/src/dm/impls/plex/
H A Dplex.c10244 PetscBool regular; in DMCreateAffineInterpolationCorrection_Plex() local
10250 PetscCall(DMPlexGetRegularRefinement(dmf, &regular)); 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, &regular)); 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, &regular)); 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 Dindex.md566 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 DDMStag.pyx68 vertices of a parallelized regular 1D / 2D / 3D grid.
H A DDMSwarm.pyx641 """Set point coordinates in a `DMSwarm` on a regular (ijk) grid.
/petsc/doc/community/meetings/2025/
H A Dindex.md100 …ntext of a 1X + 1V Vlasov-Poisson model of Landau damping with logically regular particle and cont…

12