Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=RP), | protected | :: | K0 | = | 1.0_RP | ||
real(kind=RP), | protected | :: | S0 | = | 0.0_RP | ||
character(len=LINE_LENGTH), | public, | parameter | :: | CHDiscretizationKey | = | "cahn-hilliard discretization" |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FTValueDictionary), | intent(in) | :: | controlVariables | |||
class(DGSEM) | :: | sem |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HexMesh), | target | :: | mesh | |||
logical | :: | particles | ||||
real(kind=RP) | :: | time | ||||
integer, | intent(in) | :: | mode | |||
logical, | intent(in), | optional | :: | HO_Elements |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HexMesh), | target | :: | mesh | |||
logical | :: | particles | ||||
real(kind=RP) | :: | time | ||||
integer, | intent(in) | :: | mode | |||
logical, | intent(in), | optional | :: | HO_Elements |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HexMesh) | :: | mesh | ||||
real(kind=RP) | :: | t |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HexMesh) | :: | mesh | ||||
real(kind=RP), | intent(in) | :: | time |