Defines a Matrix-vector product.
|
| interface | ax_compute |
| | Abstract interface for computing \( Ax \) inside a Krylov method. More...
|
| |
| interface | ax_compute_vector |
| | Abstract interface for computing \( Ax \) inside a Krylov method, taking 3 components of a vector field in a coupled manner. More...
|
| |
| interface | ax_helm_allocate |
| | Allocate a Helmholtz problem matrix-vector product. The implementation is selected by name and compute backend. More...
|
| |
| type | ax_helm_allocator_entry |
| | Called in user modules to add an allocator for custom types. More...
|
| |
| type | ax_t |
| | Base type for a matrix-vector product providing \( Ax \). More...
|
| |
◆ ax_helm_registry
◆ ax_helm_registry_size
| integer ax_product::ax_helm_registry_size = 0 |
|
private |