JacobianDefinitions.f90 Source File


Source Code

!
!//////////////////////////////////////////////////////
!
!  Module containing types and definitions for the Jacobian matrices
!
!//////////////////////////////////////////////////////
!
module JacobianDefinitions
   use SMConstants
   implicit none
!
!  **********
!  Parameters
!  **********
!
   real(kind=RP), parameter :: JACEPS = 1.e-9_RP ! Minimum value of a Jacobian entry (smaller values are considered as 0._RP)
   
end module JacobianDefinitions