Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Abstract interface for computing \( Ax \) inside a Krylov method, taking 3 components of a vector field in a coupled manner. More...
Public Member Functions | |
subroutine | ax_compute_vector (this, au, av, aw, u, v, w, coef, msh, xh) |
au | Result for the first component of the vector. |
av | Result for the first component of the vector. |
aw | Result for the first component of the vector. |
u | The first component of the vector. |
v | The second component of the vector. |
w | The third component of the vector. |
coef | Coefficients. |
msh | Mesh. |
Xh | Function space \( X_h \). |
|
virtual |