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

Abstract interface for solving \( M z = r \). More...

Private Member Functions

subroutine pc_solve (this, z, r, n)
 

Detailed Description

Abstract interface for solving \( M z = r \).

Parameters
zvector of length n
rvector of length n

Definition at line 51 of file precon.f90.

Constructor & Destructor Documentation

◆ pc_solve()

subroutine precon::pc_solve::pc_solve ( class(pc_t), intent(inout)  this,
real(kind=rp), dimension(n), intent(inout)  z,
real(kind=rp), dimension(n), intent(inout)  r,
integer, intent(in)  n 
)
private

Definition at line 51 of file precon.f90.


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