MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
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) |
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.
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 | ||
) |
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 | ||
) |
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.
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.
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 | ||
) |
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 | ||
) |