Neko  0.8.99
A portable framework for high-order spectral element flow simulations
ax_product Module Reference

Defines a Matrix-vector product.

Data Types

type  ax_t
 Base type for a matrix-vector product providing \( Ax \). More...
 
interface  ax_compute
 Factory routine for the a Helmholtz problem matrix-vector product. The selection is based on the compute backend. 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...