applyTermGenerator Module Subroutine

module subroutine applyTermGenerator(this, env, normObject, modelTag, currentNumTerms, mbData)

Checks for associated term generator in JSON file and applies to custom model

Arguments

Type IntentOptional Attributes Name
class(CustomModelBuilder), intent(inout) :: this
class(EnvironmentWrapper), intent(inout) :: env
class(Normalization), intent(in) :: normObject

Reference normalization object

character(len=*), intent(in) :: modelTag

Tag of this model

integer(kind=ik), intent(in) :: currentNumTerms
class(ModelboundData), intent(in), optional :: mbData