33 integer,
parameter :: rk = kind(1.0d0)
34 real(kind=rk),
intent(in) :: tau
36 real(kind=rk),
intent(out) :: p
37 logical,
intent(out) :: zero
38 write(emp_e,*)
'EMPIRE ERROR: YOU HAVE CALLED A USER DEFINED RELAXAT&
40 write(emp_e,*)
'EMPIRE ERROR: BUT YOU HAVE NOT CODED THIS YOURSELF.'
41 write(emp_e,*)
'EMPIRE ERROR: STOPPING. PLEASE CODE src/user/user_re&
42 &laxation_profile.f90'
43 stop
'EMPIRE ERROR IN USER_RELAXATION_PROFILE'
Module that stores the information about the outputting from empire.
module pf_control holds all the information to control the the main program
subroutine user_relaxation_profile(tau, p, zero)
subroutine to compute the relaxation strength that the user codes