
Contains module procedures associated with the petsc preallocation data class
Return assembly status of preallocation data
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PETScPreallocationData), | intent(in) | :: | this |
Return number of nonzeros in the diagonal part of each row
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PETScPreallocationData), | intent(in) | :: | this |
Return number of nonzeros in the off-diagonal part of each row
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PETScPreallocationData), | intent(in) | :: | this |
Return local number of DoFs in unknown vector
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PETScPreallocationData), | intent(in) | :: | this |
Return total number of DoFs in unknown vector
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PETScPreallocationData), | intent(in) | :: | this |
Return offset of the start of this processors local vector in the global vector
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PETScPreallocationData), | intent(in) | :: | this |
Petsc preallocation data object initialization routine
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PETScPreallocationData), | intent(inout) | :: | this | |||
| type(Indexing), | intent(in) | :: | indexingObj |
Indexing object to retrieve DoF data from |
||
| integer(kind=ik), | intent(in) | :: | procRank |
Current process rank |
Add sparse row data structure to total sparsity pattern
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PETScPreallocationData), | intent(inout) | :: | this | |||
| type(SparseRowData), | intent(in) | :: | rowData |
Assemble preallocation data
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PETScPreallocationData), | intent(inout) | :: | this |
Deallocates the COO matrix pattern
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PETScPreallocationData), | intent(inout) | :: | this |