ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
mod_corners.f90
Go to the documentation of this file.
1 module mod_corners
2 
3  use itm_types
4 
5  implicit none
6 
7  integer(itm_i4), allocatable :: nodeno(:,:)
8 
9  real(r8) :: rs(4,2)
10  integer(itm_i4) :: ij(4,2)
11 
12 end module mod_corners
13