Preconditioner for the use in iterative celes_solver objects.
More...
|
function | prepare (in obj, in simul) |
| Run the preconditioner. More...
|
|
function | run (in obj, in rhs, in varargin) |
| Run the preconditioner. More...
|
|
|
Property | type |
| what kind of preconditioner? at the moment, only 'none' and 'blockdiagonal' implemented More...
|
|
Property | partitionEdgeSizes |
| for type blockdiagonal: edge sizes of the cuboids that define the partition of the particles (i.e. More...
|
|
Property | partitioning |
| for type blockdiagonal: cell array of particle indices that are grouped into the same partition More...
|
|
Property | partitioningIdcs |
| for type blockdiagonal: cell array of SVWF coefficient indices that belong to the corresponding partitioning More...
|
|
Property | masterMatrices |
| for type blockdiagonal: cell array of blocks of master matrix M=1-TW that correspond to one partitioning More...
|
|
Property | factorizedMasterMatrices |
| for type blockdiagonal: cell array of LU decompositions of masterMatrices More...
|
|
Preconditioner for the use in iterative celes_solver objects.
◆ prepare()
function prepare |
( |
in |
obj, |
|
|
in |
simul |
|
) |
| |
Run the preconditioner.
- Parameters
-
- Returns
- y = M' where M' is a blockdiagonal approximation to the linear system M
◆ run()
function run |
( |
in |
obj, |
|
|
in |
rhs, |
|
|
in |
varargin |
|
) |
| |
Run the preconditioner.
- Parameters
-
- Returns
- y = M' where M' is a blockdiagonal approximation to the linear system M
◆ factorizedMasterMatrices
Property factorizedMasterMatrices |
for type blockdiagonal: cell array of LU decompositions of masterMatrices
◆ masterMatrices
for type blockdiagonal: cell array of blocks of master matrix M=1-TW that correspond to one partitioning
◆ partitionEdgeSizes
Property partitionEdgeSizes |
for type blockdiagonal: edge sizes of the cuboids that define the partition of the particles (i.e.
the blocks) format: [dx,dy,dz]
◆ partitioning
for type blockdiagonal: cell array of particle indices that are grouped into the same partition
◆ partitioningIdcs
Property partitioningIdcs |
for type blockdiagonal: cell array of SVWF coefficient indices that belong to the corresponding partitioning
◆ type
what kind of preconditioner? at the moment, only 'none' and 'blockdiagonal' implemented
The documentation for this class was generated from the following file: