MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
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,
integer  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,
integer, intent(in)  d 
)

Definition at line 609 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: