Home
last modified time | relevance | path

Searched refs:coordinate (Results 1 – 25 of 35) sorted by relevance

12

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMStag.pyx545 The minimum global coordinate value in the x dimension.
547 The maximum global coordinate value in the x dimension.
549 The minimum global coordinate value in the y dimension.
551 The maximum global coordinate value in the y dimension.
553 The minimum global coordinate value in the z dimension.
555 The maximum global coordinate value in the z dimension.
587 The minimum global coordinate value in the x dimension.
589 The maximum global coordinate value in the x dimension.
591 The minimum global coordinate value in the y dimension.
593 The maximum global coordinate value in the y dimension.
[all …]
H A DDS.pyx154 """Return the coordinate dimension of the DS.
158 The coordinate dimension of the `DS` is the dimension of the space into
H A DDM.pyx1086 """Return the coordinate `DM`.
1101 """Return coordinate values layout over the mesh.
1180 """Set the cell coordinate `DM`.
1187 The cell coordinate `DM`.
1197 """Return the cell coordinate `DM`.
1212 """Set the cell coordinate layout over the `DM`.
1221 The cell coordinate `Section`.
1232 """Return the cell coordinate layout over the `DM`.
1254 The global cell coordinate vector.
1286 The local cell coordinate vector.
[all …]
H A DDMDA.pyx789 """Set the name of the coordinate dimension.
796 The coordinate number for the DMDA (``0``, ``1``, ..., ``dim-1``).
798 The name of the coordinate.
811 """Return the name of a coordinate dimension.
818 The coordinate number for the DMDA (``0``, ``1``, ..., ``dim-1``).
H A DDMSwarm.pyx648 Minimum coordinate values in the x, y, z directions (array of
651 Maximum coordinate values in the x, y, z directions (array of
691 The coordinate values.
747 The coordinates (defined in the local coordinate system for each
1053 We integrate the given weight field over the given coordinate
/petsc/src/mat/tests/output/
H A Dex173_1.out1 %%MatrixMarket matrix coordinate real general
H A Dex72_1.out1 %%MatrixMarket matrix coordinate real general
H A Dex72_2.out1 %%MatrixMarket matrix coordinate real symmetric
H A Dex72_4.out1 %%MatrixMarket matrix coordinate real general
H A Dex72_3.out1 %%MatrixMarket matrix coordinate real skew-symmetric
/petsc/share/petsc/datafiles/matrices/
H A Dm_05_05_crk.mtx1 %%MatrixMarket matrix coordinate real skew-symmetric
H A Damesos2_test_mat0.mtx1 %%MatrixMarket matrix coordinate real general
H A DLFAT5.mtx1 %%MatrixMarket matrix coordinate real symmetric
/petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/
H A Djacobian.m32 for ind = 1:n % Do one coordinate direction at a time:
H A Dg_dfovec_1d.m33 % This is based on a modified (evaluates along the coordinate
34 % direction for coordinate ind) version of dfovec.m
/petsc/src/dm/impls/plex/tests/output/
H A Dex1_spheresurface_extruded_symmetric.out3284 output coordinate system: spherical
H A Dex1_spheresurface_extruded.out3284 output coordinate system: spherical
H A Dex1_spheresurface_extruded_nocoord.out3284 output coordinate system: spherical
/petsc/doc/changes/
H A D221.md72 nonuniform grids using the coordinate information provided with
H A D322.md189 - Add localizationHeight and sparseLocalize arguments to `DMPlexCreateBoxMesh()` for coordinate loc…
H A D317.md134 - Add `MatSetPreallocationCOOLocal()` to set preallocation for matrices using a coordinate format o…
284 - Improve loading performance related to coordinate projection in common cases.
H A D319.md258 …ork_view_distributed draw` to visualize a DMNetwork with an associated coordinate DM. This current…
/petsc/doc/
H A Dindex.md59 in curvilinear coordinate systems
/petsc/src/dm/impls/swarm/
H A Dswarm.c2638 PetscErrorCode DMSwarmComputeMoments(DM sw, const char coordinate[], const char weight[], PetscReal… in DMSwarmComputeMoments() argument
2649 PetscAssertPointer(coordinate, 2); in DMSwarmComputeMoments()
2653 PetscCall(DMSwarmGetField(sw, coordinate, &bsc, &dtc, (void **)&coords)); in DMSwarmComputeMoments()
2655 …comm, PETSC_ERR_ARG_WRONG, "Coordinate field %s must be real, not %s", coordinate, PetscDataTypes[… in DMSwarmComputeMoments()
/petsc/doc/manual/
H A Ddmstag.md108 …o represent coordinates in "explicit" form, behavior is much like with `DMDA` - the coordinate `DM`

12