Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
ax_product::ax_compute Interface Reference

Abstract interface for computing \( Ax \) inside a Krylov method. More...

Public Member Functions

subroutine ax_compute (w, u, coef, msh, xh)
 

Detailed Description

Parameters
wVector of size (lx,ly,lz,nelv).
uVector of size (lx,ly,lz,nelv).
coefCoefficients.
mshMesh.
XhFunction space \( X_h \).

Definition at line 104 of file ax.f90.

Constructor & Destructor Documentation

◆ ax_compute()

subroutine ax_product::ax_compute::ax_compute ( real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(inout w,
real(kind=rp), dimension(xh%lx, xh%ly, xh%lz, msh%nelv), intent(in u,
type(coef_t), intent(in coef,
type(mesh_t), intent(in msh,
type(space_t), intent(in xh 
)
virtual

Definition at line 104 of file ax.f90.


The documentation for this interface was generated from the following file: