|
The Open FUSION Toolkit 1.0.0-beta5
Modeling tools for plasma and fusion research and engineering
|
Complex block-Jacobi preconditioner for ThinCurr HODLR matrices.

Public Member Functions | |
| procedure(csolver_apply), deferred | apply (self, u, g) |
| Solve system. | |
| procedure | apply (self, u, g) |
| Solve system. | |
| procedure | check_thread (self) |
| Check thread safety. | |
| procedure(csolver_delete), deferred | delete (self) |
| Clean-up internal storage. | |
| procedure | delete (self) |
| Clean-up internal storage. | |
| procedure | setup_from_xml (self, solver_node, level) |
| Setup solver from XML node. | |
| procedure | update (self, new_pattern) |
| Update solver with new settings/operators. | |
| procedure | view (self) |
| Print solver information. | |
Public Attributes | |
| class(oft_cmatrix), pointer | a => NULL() |
| Matrix to be inverted. | |
| complex(c8) | alpha = (1.d0, 0.d0) |
| real(r8) | atol = 1.d-14 |
| Absolute convergence tolerance \( |res| < atol \). | |
| complex(c8) | beta = (1.d0, 0.d0) |
| integer(i4) | cits = 0 |
| Number of iteractions to convergence. | |
| logical | full_residual = .TRUE. |
| Output true residual on exit. | |
| logical | initialized = .FALSE. |
| Solver has been constructed. | |
| type(cmat_container), dimension(:), pointer | inverse_mats => NULL() |
| integer(i4) | itplot =10 |
| Output frequency for iterative solvers when pm=.TRUE. | |
| integer(i4) | its = -1 |
| Maximum iteration count. | |
| integer(4) | max_block_size = 0 |
| type(oft_tw_hodlr_op), pointer | mf_obj => NULL() |
| logical | pm = .FALSE. |
| Performance monitor override. | |
| class(oft_csolver), pointer | pre => NULL() |
| Preconditioner. | |
| type(oft_native_matrix), pointer | rmat => NULL() |
| real(r8) | rtol = 1.d-14 |
| Relative convergence tolerance \( |res|/|res_0| < rtol \). | |
Static Public Attributes | |
| procedure(oft_cbc_proto), pointer, nopass | bc => NULL() |
| Boundary condition. | |
|
pure virtualinherited |
Solve system.
| procedure apply | ( | class(oft_tw_hodlr_bjpre), intent(inout) | self, |
| class(oft_cvector), intent(inout) | u, | ||
| class(oft_cvector), intent(inout) | g | ||
| ) |
Solve system.
| [in,out] | u | Guess/Solution field |
| [in,out] | g | RHS/Residual field |
|
inherited |
Check thread safety.
|
pure virtualinherited |
Clean-up internal storage.
| procedure delete | ( | class(oft_tw_hodlr_bjpre), intent(inout) | self | ) |
Clean-up internal storage.
|
inherited |
Setup solver from XML node.
| [in] | solver_node | XML node containing solver definition |
| [in] | level | Level in MG hierarchy (optional) |
|
inherited |
Update solver with new settings/operators.
| [in] | new_pattern | Update matrix pattern (optional) |
|
inherited |
Print solver information.
|
inherited |
Matrix to be inverted.
| complex(c8) alpha = (1.d0, 0.d0) |
|
inherited |
Absolute convergence tolerance \( |res| < atol \).
|
staticinherited |
Boundary condition.
| complex(c8) beta = (1.d0, 0.d0) |
|
inherited |
Number of iteractions to convergence.
|
inherited |
Output true residual on exit.
|
inherited |
Solver has been constructed.
| type(cmat_container), dimension(:), pointer inverse_mats => NULL() |
|
inherited |
Output frequency for iterative solvers when pm=.TRUE.
|
inherited |
Maximum iteration count.
| integer(4) max_block_size = 0 |
| type(oft_tw_hodlr_op), pointer mf_obj => NULL() |
|
inherited |
Performance monitor override.
|
inherited |
Preconditioner.
| type(oft_native_matrix), pointer rmat => NULL() |
|
inherited |
Relative convergence tolerance \( |res|/|res_0| < rtol \).