| /petsc/src/mat/tests/output/ |
| H A D | ex66_view_cuda.out | 72 Memory consumption GB (CPU): 0. (dense) 0. (low rank) 0. (total) 73 Memory consumption GB (GPU): 3.2368e-05 (dense) 2.8392e-05 (low rank) 6.076e-05 (total)
|
| H A D | ex66_view.out | 72 Memory consumption GB (CPU): 3.2368e-05 (dense) 2.8392e-05 (low rank) 6.076e-05 (total)
|
| /petsc/lib/petsc/bin/ |
| H A D | PetscBinaryIO_tests.py | 86 dense = np.array([1.1,2.1,0.0,3.1]) 95 self.assertTrue(np.allclose(dense, mat[:,:].ravel()))
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex82_1.out | 43 (minimum, mean, maximum) dense block sizes: (36, 39.341459, 169) 92 (minimum, mean, maximum) dense block sizes: (36, 39.341459, 169) 137 (minimum, mean, maximum) dense block sizes: (36, 39.341459, 169)
|
| /petsc/src/dm/impls/composite/ |
| H A D | packm.c | 49 PetscBool dense = PETSC_FALSE; in DMCreateMatrix_Composite_AIJ() local 62 …PetscObject)dm)->options, ((PetscObject)dm)->prefix, "-dmcomposite_dense_jacobian", &dense, NULL)); in DMCreateMatrix_Composite_AIJ() 63 if (dense) { in DMCreateMatrix_Composite_AIJ()
|
| H A D | pack.c | 1488 PetscBool dense = PETSC_FALSE; in DMCreateColoring_Composite() local 1499 …PetscObject)dm)->options, ((PetscObject)dm)->prefix, "-dmcomposite_dense_jacobian", &dense, NULL)); in DMCreateColoring_Composite() 1500 if (dense) { in DMCreateColoring_Composite()
|
| /petsc/doc/developers/ |
| H A D | matrices.md | 105 PETSc offers a variety of both sparse and dense matrix types. 122 dense `nb` $\times$ `nb` blocks. The stored row and column 181 PETSc provides both sequential and parallel dense matrix formats, where 187 The parallel dense matrices are partitioned by rows across the 189 dense format described above.
|
| H A D | objects.md | 12 `Mat` (matrices, both dense and sparse). Each class is implemented by 51 for matrices it is shared by dense, sparse, parallel, and sequential
|
| /petsc/doc/manual/ |
| H A D | blas-lapack.md | 7 2. BLAS 2 operations - dense matrix with vector operations, generally the dense matrices are very s… 10 dense matrices may be of modest size, going up to thousands of rows and columns.
|
| H A D | mat.md | 7 dense storage and compressed sparse row storage (both sequential and 86 This routine inserts or adds a logically dense subblock of dimension 615 Restricted Broyden Family, DFP and BFGS methods, including their dense 658 The dense implementations are numerically equivalent to DFP and BFGS, 660 {cite}`keyprefix-ErwayMarcia2017`. Generally, dense formulations of DFP 663 that `MatMult` of dense BFGS, and `MatSolve` of dense DFP requires 683 PETSc provides both sequential and parallel dense matrix formats, where 685 Fortran style. To create a sequential, dense PETSc matrix, `A` of 696 create a parallel, dense matrix, `A`, the user should call 709 PETSc does not provide parallel dense direct solvers, instead
|
| H A D | advanced.md | 80 in a sparse factorization; it does not make much sense for a dense 194 phase.) In general, calling `XXXFactorSymbolic` with a dense matrix
|
| H A D | ts.md | 398 …y properties (IM), stiff accuracy (SA), the existence of an embedded scheme, and dense output (DO). 527 …roperties (IM), stiff accuracy (SA), the existence of an embedded scheme, dense output (DO), the c… 1101 While the true mass matrix generally has a dense inverse and thus must be solved iteratively, the l…
|
| /petsc/src/ts/tutorials/ |
| H A D | gasoline.inp | 45 # use direct solver (treats Jacobian as dense)
|
| /petsc/doc/changes/ |
| H A D | 314.md | 140 - Add support for distributed dense matrices on GPUs 144 - Add MatDense{Get|Restore}ColumnVec to access memory of a dense 147 contiguous subset of columns of a dense matrix as a Mat 152 matrices with mult (multtranspose) operation defined and B dense
|
| H A D | 312.md | 135 - MatLoad() now supports loading dense matrices from HDF5/MAT files. 143 - Added MATSEQDENSECUDA class to use GPUs for dense linear algebra.
|
| H A D | 321.md | 102 - Add dense representations of symmetric Broyden matrices `MATLMVMDBFGS`, `MATLMVMDDFP`, and `MATLM…
|
| H A D | 315.md | 137 built-in implementation uses LAPACK on sequential dense matrices
|
| H A D | 319.md | 171 …` and `MatDenseRestoreArrayWriteAndMemType()` to return the array and memory type of a dense matrix
|
| H A D | 317.md | 177 - Add `TSSundialsSetUseDense()` and options database option `-ts_sundials_use_dense` to use a dense…
|
| /petsc/doc/miscellaneous/ |
| H A D | acknowledgements.md | 46 - LINPACK - dense matrix factorization and solve; converted to C using 63 - Elemental - Jack Poulson’s parallel dense matrix solver package;
|
| /petsc/doc/overview/ |
| H A D | nutshell.md | 18 - {any}`Multiple sparse and dense matrix storage formats<doc_matrix>`,
|
| /petsc/share/petsc/matlab/ |
| H A D | PetscBinaryWrite.m | 4 % If the array is multidimensional and dense it is saved
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | xclude | 126 petsc-dist/src/mat/impls/dense/mpi/mdnfact.c
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 1208 """Set the array used for storing matrix elements for a dense matrix. 4353 result is a dense matrix this is irrelevant. 4400 result is a dense matrix this is irrelevant. 4447 result is a dense matrix this is irrelevant. 4494 result is a dense matrix this is irrelevant. 4544 you do not have a good estimate. If the result is a dense 4594 you do not have a good estimate. If the result is a dense 5060 The first dense rectangular matrix. 5064 The second dense rectangular matrix. 5092 The first dense rectangular matrix. [all …]
|
| /petsc/doc/faq/ |
| H A D | index.md | 185 `MatMult()` regardless of whether your matrix is dense, sparse, parallel or 980 The inverse of a matrix (dense or sparse) is essentially always dense, so begin by 981 creating a dense matrix B and fill it with the identity matrix (ones along the diagonal), 982 also create a dense matrix X of the same size that will hold the solution. Then factor the 1021 Like the inverse, the Schur complement of a matrix (dense or sparse) is essentially always 1022 dense, so assuming you wish to calculate $S_A = D - C \underbrace{ 1025 1. Forming a dense matrix $B$ 1026 2. Also create another dense matrix $V$ of the same size. 1051 Since $S$ is generally dense, standard preconditioning methods cannot typically be
|