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

Initialize a viscous regularization method. More...

Public Member Functions

subroutine reg_init (this, json, coef, dof)
 

Detailed Description

Parameters
thisThe viscous regularization method.
jsonThe regularization configuration.
coefThe SEM coefficients.
dofThe SEM map of degrees of freedom.

Definition at line 73 of file viscous_regularization.f90.

Constructor & Destructor Documentation

◆ reg_init()

subroutine viscous_regularization::reg_init::reg_init ( class(viscous_regularization_t), intent(inout)  this,
type(json_file), intent(inout)  json,
type(coef_t), intent(in), target  coef,
type(dofmap_t), intent(in), target  dof 
)
virtual

Definition at line 73 of file viscous_regularization.f90.


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