
Contains procedures associated with the abstract TermGenerator class
Get size of this%implicitTerms
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TermGenerator), | intent(in) | :: | this |
Get size of this%generalTerms
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TermGenerator), | intent(in) | :: | this |
Get size of this%generalTerms
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TermGenerator), | intent(in) | :: | this |
Move allocation of impTerms to this%implicitTerms
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TermGenerator), | intent(inout) | :: | this | |||
| type(MatTermContainer), | intent(inout), | allocatable, dimension(:) | :: | impTerms |
Move allocation of genTerms to this%generalTerms
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TermGenerator), | intent(inout) | :: | this | |||
| type(TermContainer), | intent(inout), | allocatable, dimension(:) | :: | genTerms |
Set prefix for added term names
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TermGenerator), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | prefix |
Move terms to modelObj
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(TermGenerator), | intent(inout) | :: | this | |||
| class(Model), | intent(inout) | :: | modelObj | |||
| type(IntArray), | intent(in), | optional, | dimension(:) | :: | impTermImpGroups | |
| type(IntArray), | intent(in), | optional, | dimension(:) | :: | impTermGenGroups | |
| type(IntArray), | intent(in), | optional, | dimension(:) | :: | genTermGroups |