ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
mod_mesh.f90
Go to the documentation of this file.
1 module mod_mesh
2 
3  use itm_types
4 
5  implicit none
6 
7  integer(itm_i4) :: ias
8  integer(itm_i4) :: nr, np
9 
10  real(r8), allocatable :: psi(:)
11 
12  real(r8), allocatable :: xx(:,:), yy(:,:)
13 
14  real(r8), allocatable :: psiold(:), xxold(:, :), yyold(:, :)
15 
16 end module mod_mesh