| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMStag.pyx | 545 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 D | DS.pyx | 154 """Return the coordinate dimension of the DS. 158 The coordinate dimension of the `DS` is the dimension of the space into
|
| H A D | DM.pyx | 1086 """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 D | DMDA.pyx | 789 """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 D | DMSwarm.pyx | 648 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 D | ex173_1.out | 1 %%MatrixMarket matrix coordinate real general
|
| H A D | ex72_1.out | 1 %%MatrixMarket matrix coordinate real general
|
| H A D | ex72_2.out | 1 %%MatrixMarket matrix coordinate real symmetric
|
| H A D | ex72_4.out | 1 %%MatrixMarket matrix coordinate real general
|
| H A D | ex72_3.out | 1 %%MatrixMarket matrix coordinate real skew-symmetric
|
| /petsc/share/petsc/datafiles/matrices/ |
| H A D | m_05_05_crk.mtx | 1 %%MatrixMarket matrix coordinate real skew-symmetric
|
| H A D | amesos2_test_mat0.mtx | 1 %%MatrixMarket matrix coordinate real general
|
| H A D | LFAT5.mtx | 1 %%MatrixMarket matrix coordinate real symmetric
|
| /petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/ |
| H A D | jacobian.m | 32 for ind = 1:n % Do one coordinate direction at a time:
|
| H A D | g_dfovec_1d.m | 33 % 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 D | ex1_spheresurface_extruded_symmetric.out | 3284 output coordinate system: spherical
|
| H A D | ex1_spheresurface_extruded.out | 3284 output coordinate system: spherical
|
| H A D | ex1_spheresurface_extruded_nocoord.out | 3284 output coordinate system: spherical
|
| /petsc/doc/changes/ |
| H A D | 221.md | 72 nonuniform grids using the coordinate information provided with
|
| H A D | 322.md | 189 - Add localizationHeight and sparseLocalize arguments to `DMPlexCreateBoxMesh()` for coordinate loc…
|
| H A D | 317.md | 134 - 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 D | 319.md | 258 …ork_view_distributed draw` to visualize a DMNetwork with an associated coordinate DM. This current…
|
| /petsc/doc/ |
| H A D | index.md | 59 in curvilinear coordinate systems
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 2638 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 D | dmstag.md | 108 …o represent coordinates in "explicit" form, behavior is much like with `DMDA` - the coordinate `DM`
|