MPI-AMRVAC  3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Functions/Subroutines
mod_trace_field Module Reference

Functions/Subroutines

subroutine trace_field_multi (xfm, wPm, wLm, dL, numL, numP, nwP, nwL, forwardm, ftype, tcondi)
 
subroutine trace_field_single (xf, wP, wL, dL, numP, nwP, nwL, forward, ftype, tcondi)
 
subroutine find_points_in_pe (igrid, ipoint_in, xf, wP, wL, dL, numP, nwP, nwL, forward, ftype, tcondi, statusF)
 
subroutine find_next_grid (igrid, igrid_next, ipe_next, xf1, newpe, stopT)
 
subroutine find_points_interp (igrid, ip_in, ip_out, xf, wP, wL, numP, nwP, nwL, dL, forward, ftype, tcondi)
 
subroutine get_k (xfn, igrid, K, ixIL, dxbD, ftype)
 
subroutine get_t_loc_trac (igrid, xloc, Tloc, ixIL, dxbD)
 

Function/Subroutine Documentation

◆ find_next_grid()

subroutine mod_trace_field::find_next_grid ( integer, intent(inout)  igrid,
integer, intent(inout)  igrid_next,
integer, intent(inout)  ipe_next,
double precision, dimension(ndim), intent(in)  xf1,
logical, intent(inout)  newpe,
logical, intent(inout)  stopT 
)

Definition at line 355 of file mod_trace_field.t.

◆ find_points_in_pe()

subroutine mod_trace_field::find_points_in_pe ( integer, intent(inout)  igrid,
integer, intent(in)  ipoint_in,
double precision, dimension(nump,ndim), intent(inout)  xf,
double precision, dimension(nump,nwp), intent(inout)  wP,
double precision, dimension(1+nwl), intent(inout)  wL,
double precision, intent(in)  dL,
integer, intent(in)  numP,
integer, intent(in)  nwP,
integer, intent(in)  nwL,
logical, intent(in)  forward,
character(len=std_len), intent(in)  ftype,
character(len=std_len), intent(in)  tcondi,
double precision, dimension(4+ndim), intent(inout)  statusF 
)

Definition at line 294 of file mod_trace_field.t.

Here is the call graph for this function:

◆ find_points_interp()

subroutine mod_trace_field::find_points_interp ( integer, intent(in)  igrid,
integer, intent(in)  ip_in,
integer, intent(inout)  ip_out,
double precision, dimension(nump,ndim), intent(inout)  xf,
double precision, dimension(nump,nwp), intent(inout)  wP,
double precision, dimension(1+nwl), intent(inout)  wL,
integer, intent(in)  numP,
integer, intent(in)  nwP,
integer, intent(in)  nwL,
double precision, intent(in)  dL,
logical, intent(in)  forward,
character(len=std_len), intent(in)  ftype,
character(len=std_len), intent(in)  tcondi 
)

Definition at line 428 of file mod_trace_field.t.

Here is the call graph for this function:

◆ get_k()

subroutine mod_trace_field::get_k ( double precision, dimension(ndim)  xfn,
integer  igrid,
double precision, dimension(ndim)  K,
integer  ixI,
integer  L,
double precision  dxb,
double precision  D,
character(len=std_len)  ftype 
)

Definition at line 535 of file mod_trace_field.t.

◆ get_t_loc_trac()

subroutine mod_trace_field::get_t_loc_trac ( integer, intent(in)  igrid,
double precision, dimension(ndim), intent(inout)  xloc,
double precision, intent(inout)  Tloc,
integer, intent(in)  ixI,
integer, intent(in)  L,
double precision, intent(in)  dxb,
double precision, intent(in)  D 
)

Definition at line 605 of file mod_trace_field.t.

◆ trace_field_multi()

subroutine mod_trace_field::trace_field_multi ( double precision, dimension(numl,nump,ndim), intent(inout)  xfm,
double precision, dimension(numl,nump,nwp), intent(inout)  wPm,
double precision, dimension(numl,1+nwl), intent(inout)  wLm,
double precision, intent(in)  dL,
integer, intent(in)  numL,
integer, intent(in)  numP,
integer, intent(in)  nwP,
integer, intent(in)  nwL,
logical, dimension(numl), intent(in)  forwardm,
character(len=std_len), intent(in)  ftype,
character(len=std_len), intent(in)  tcondi 
)

Definition at line 8 of file mod_trace_field.t.

Here is the call graph for this function:

◆ trace_field_single()

subroutine mod_trace_field::trace_field_single ( double precision, dimension(nump,ndim), intent(inout)  xf,
double precision, dimension(nump,nwp), intent(inout)  wP,
double precision, dimension(1+nwl), intent(inout)  wL,
double precision, intent(in)  dL,
integer, intent(in)  numP,
integer, intent(in)  nwP,
integer, intent(in)  nwL,
logical, intent(in)  forward,
character(len=std_len), intent(in)  ftype,
character(len=std_len), intent(in)  tcondi 
)

Definition at line 173 of file mod_trace_field.t.

Here is the call graph for this function: