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

this subroutine can be used in convert, to add auxiliary variables to the converted output file, for further analysis using tecplot, paraview, .... these auxiliary values need to be stored in the nw+1:nw+nwauxio slots More...

Public Member Functions

subroutine aux_output (ixIL, ixOL, w, x, normconv)
 

Detailed Description

this subroutine can be used in convert, to add auxiliary variables to the converted output file, for further analysis using tecplot, paraview, .... these auxiliary values need to be stored in the nw+1:nw+nwauxio slots

the array normconv can be filled in the (nw+1:nw+nwauxio) range with corresponding normalization values (default value 1)

Definition at line 210 of file mod_usr_methods.t.

Constructor & Destructor Documentation

◆ aux_output()

subroutine mod_usr_methods::aux_output::aux_output ( integer, intent(in)  ixI,
integer, intent(in)  L,
integer, intent(in)  ixO,
  L,
double precision, dimension(ixi^s,nw+nwauxio)  w,
double precision, dimension(ixi^s,1:ndim), intent(in)  x,
double precision, dimension(0:nw+nwauxio)  normconv 
)

Definition at line 210 of file mod_usr_methods.t.


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