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

Abstract interface for user defined check functions. More...

Private Member Functions

subroutine usercheck (t, tstep, u, v, w, p, coef, param)
 

Detailed Description

Abstract interface for user defined check functions.

Definition at line 102 of file user_intf.f90.

Constructor & Destructor Documentation

◆ usercheck()

subroutine user_intf::usercheck::usercheck ( real(kind=rp), intent(in)  t,
integer, intent(in)  tstep,
type(field_t), intent(inout)  u,
type(field_t), intent(inout)  v,
type(field_t), intent(inout)  w,
type(field_t), intent(inout)  p,
type(coef_t), intent(inout)  coef,
type(json_file), intent(inout)  param 
)
private

Definition at line 102 of file user_intf.f90.


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