FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Simulation_getRenormGroup.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Simulation_getRenormGroup (mscalar, group)
 

Function/Subroutine Documentation

◆ Simulation_getRenormGroup()

subroutine Simulation_getRenormGroup ( integer, intent(in)  mscalar,
integer, intent(out)  group 
)

Takes the index of a Mass Scalar and returns the renormalization group in which it appears.

For Mass Scalars which do not need to be normalized, the group is 0.

mscalar : The target mass scalar

group : The renormalization group to which mscalar belongs. 0 if mscalar does not need to be renormalized.

NOTES An implementation of this subroutine is usually automatically generated at setup time and should not be edited.

Definition at line 44 of file Simulation_getRenormGroup.F90.