afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
Loading...
Searching...
No Matches
Modules | Functions/Subroutines | Variables
m_refine.f90 File Reference

Go to the source code of this file.

Modules

module  m_refine
 Module with grid refinement settings and routines.
 

Functions/Subroutines

subroutine, public m_refine::refine_initialize (cfg)
 Initialize the grid refinement options.
 

Variables

integer, public, protected m_refine::refine_buffer_width = 4
 
integer, public, protected m_refine::refine_per_steps = 2
 
real(dp), public, protected m_refine::refine_min_dx = 1.0e-7_dp
 
real(dp), public, protected m_refine::refine_max_dx = 1.0e-3_dp
 
real(dp), public m_refine::refine_electrode_dx = 1e99_dp
 
real(dp), public m_refine::current_electrode_dx = 1e99_dp
 
real(dp), public, protected m_refine::electrode_derefine_factor = 1.0
 
real(dp), public, protected m_refine::refine_prepulse_time = 1.0e-9_dp
 
procedure(af_subr_ref), pointer, public m_refine::refine_routine => null()