Searched refs:dimension (Results 1 – 25 of 132) sorted by relevance
123456
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | 1d-2elems.e | 47 …dimension �>-����OCHK�������… 51 …dimension but not a netCDF variable. 2+_Netcdf4Dimid l… 54 …DIMENSION_SCALEZNAME@This is a netCDF dimension but not a netCDF… 57 F�}OCHK��������l0REFERENCE_LIST6datasetdimension… 61 …dimension �/�>�q#OCHK�������… 63 …DIMENSION_SCALEZNAME@This is a netCDF dimension but not a netCDF… 66 …B��oOCHK|0REFERENCE_LIST6datasetdimension … 68 …��������|0REFERENCE_LIST6datasetdimension …
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMStag.pyx | 78 The number of elements in each dimension. 247 """Set global element counts in each dimension. 267 """Set the number of processes in each dimension in the global process grid. 287 """Set elements per process in each dimension. 401 """Return local elementwise sizes in each dimension. 418 """Return global element counts in each dimension. 433 """Return number of processes in each dimension. 462 """Return elements per process in each dimension. 479 """Return boundary types in each dimension. 497 """Return whether this process is first in each dimension in the process grid. [all …]
|
| H A D | DMDA.pyx | 67 The number of elements in each dimension. 218 """Set the topological dimension. 225 Topological dimension. 235 """Return the topological dimension. 285 """Set the number of grid points in each dimension. 312 """Return the number of grid points in each dimension. 335 """Set the number of processes in each dimension. 362 """Return the number of processes in each dimension. 408 """Return the type of ghost nodes at boundary in each dimension. 556 """Return the ranges of the owned local region in each dimension. [all …]
|
| H A D | DS.pyx | 137 """Return the spatial dimension of the DS. 141 The spatial dimension of the `DS` is the topological dimension of the 154 """Return the coordinate dimension of the DS. 158 The coordinate dimension of the `DS` is the dimension of the space into
|
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex46_0.out | 3 box in 1 dimension: 14 Adapted Mesh in 1 dimension: 29 Adapted Mesh in 1 dimension: 44 Adapted Mesh in 1 dimension: 59 Adapted Mesh in 1 dimension:
|
| H A D | ex1_glvis_2d_quad_per.out | 3 dimension
|
| H A D | ex1_glvis_3d_hex.out | 3 dimension
|
| H A D | ex1_glvis_2d_tet.out | 3 dimension
|
| H A D | ex1_glvis_2d_tet_per.out | 3 dimension
|
| H A D | ex1_glvis_3d_hex_per.out | 3 dimension
|
| H A D | ex1_glvis_2d_quad.out | 3 dimension
|
| H A D | ex1_glvis_2d_quad_per_shift.out | 3 dimension
|
| H A D | ex1_glvis_2d_hyb.out | 3 dimension
|
| H A D | ex1_glvis_2d_tet_per_mfem.out | 3 dimension
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex28_glvis_composite_da_1d.out | 3 dimension 81 dimension
|
| H A D | ex12_glvis_2d_hex_p0.out | 3 dimension
|
| H A D | ex12_glvis_2d_tet_p0.out | 3 dimension
|
| /petsc/src/ts/tutorials/output/ |
| H A D | ex12_glvis_da_2d_vect.out | 3 dimension 635 dimension
|
| H A D | ex12_glvis_da_2d_vect_ll.out | 3 dimension 635 dimension
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex12_3.out | 2 [0] changing submatrix 1 of 4 local submatrices: dimension 13 X 13 3 [0] changing submatrix 2 of 4 local submatrices: dimension 12 X 12 4 [0] changing submatrix 3 of 4 local submatrices: dimension 12 X 12 5 [0] changing submatrix 4 of 4 local submatrices: dimension 12 X 12
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 317 static PetscErrorCode VecGetHDF5ChunkSize(DM_DA *da, Vec xin, PetscInt dimension, PetscInt timestep… in VecGetHDF5ChunkSize() argument 363 if (dimension == 3) { in VecGetHDF5ChunkSize() 379 if (dimension == 3) { in VecGetHDF5ChunkSize() 429 PetscInt timestep = PETSC_INT_MIN, dimension; in VecView_MPI_HDF5_DA() local 443 PetscCall(DMGetDimension(dm, &dimension)); in VecView_MPI_HDF5_DA() 463 if (dimension == 3) { in VecView_MPI_HDF5_DA() 469 if (dimension > 1) { in VecView_MPI_HDF5_DA() 492 PetscCall(VecGetHDF5ChunkSize(da, xin, dimension, timestep, chunkDims)); in VecView_MPI_HDF5_DA() 529 if (dimension == 3) PetscCall(PetscHDF5IntCast(da->zs, offset + dim++)); in VecView_MPI_HDF5_DA() 530 if (dimension > 1) PetscCall(PetscHDF5IntCast(da->ys, offset + dim++)); in VecView_MPI_HDF5_DA() [all …]
|
| /petsc/src/dm/tests/output/ |
| H A D | ex50_dmplex_glvis_lo.out | 3 dimension
|
| H A D | ex50_dmda_glvis_lo.out | 3 dimension
|
| H A D | ex50_dmplex_glvis_ho.out | 3 dimension
|
| /petsc/src/dm/impls/forest/tutorials/output/ |
| H A D | ex1_brick_periodic_glvis.out | 3 dimension
|
123456