MPI-AMRVAC  3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Public Member Functions | List of all members
mod_usr_methods::var_for_errest Interface Reference

this is the place to compute a local auxiliary variable to be used as refinement criterion for the Lohner error estimator only -->it is then requiring and iflag>nw note that ixO=ixI=ixG, hence the term local (gradients need special attention!) More...

Public Member Functions

subroutine var_for_errest (ixIL, ixOL, iflag, w, x, var)
 

Detailed Description

this is the place to compute a local auxiliary variable to be used as refinement criterion for the Lohner error estimator only -->it is then requiring and iflag>nw note that ixO=ixI=ixG, hence the term local (gradients need special attention!)

Definition at line 374 of file mod_usr_methods.t.

Constructor & Destructor Documentation

◆ var_for_errest()

subroutine mod_usr_methods::var_for_errest::var_for_errest ( integer, intent(in)  ixI,
integer, intent(in)  L,
integer, intent(in)  ixO,
  L,
integer, intent(in)  iflag,
double precision, dimension(ixi^s,1:nw), intent(in)  w,
double precision, dimension(ixi^s,1:ndim), intent(in)  x,
double precision, dimension(ixi^s), intent(out)  var 
)

Definition at line 374 of file mod_usr_methods.t.


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