Neko  0.8.1
A portable framework for high-order spectral element flow simulations
ax_product::ax_compute Interface Reference

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

Private Member Functions

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

Detailed Description

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

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

Definition at line 56 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(inout)  u,
type(coef_t), intent(inout)  coef,
type(mesh_t), intent(inout)  msh,
type(space_t), intent(inout)  Xh 
)
private

Definition at line 56 of file ax.f90.


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