ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
mod_meshacc.f90
Go to the documentation of this file.
1 module mod_meshacc
2 
3  use itm_types
4 
5  implicit none
6 
7  real(r8), allocatable :: sg(:), dsg(:), ddsg(:)
8 
9  real(r8), allocatable :: s_acc(:), sig(:), weights(:)
10  real(r8) :: equidistant
11  real(r8) :: amesh, bmesh, cmesh
12  integer(itm_i4) :: imesh, iarc, n_acc_points
13 
14 end module mod_meshacc