afivo-streamer
1.1
1D/2D/3D streamer simulations with AMR
Loading...
Searching...
No Matches
programs
standard_3d
m_user.f90
Go to the documentation of this file.
1
!> Template for user code, this one simply uses the default routines
2
module
m_user
3
use
m_af_all
4
use
m_types
5
use
m_config
6
7
implicit none
8
private
9
10
! Public methods
11
public
::
user_initialize
12
13
contains
14
15
subroutine
user_initialize
(cfg, tree)
16
type
(CFG_t),
intent(inout)
:: cfg
17
type
(af_t),
intent(inout)
:: tree
18
19
! Do nothing
20
end subroutine
user_initialize
21
22
end module
m_user
m_types
Module with basic types.
Definition
m_types.f90:2
m_user
Template for user code, this one simply uses the default routines.
Definition
m_user.f90:2
m_user::user_initialize
subroutine, public user_initialize(cfg, tree)
Definition
m_user.f90:16
Generated by
1.10.0