| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | name | |||
| real(kind=real64), | public, | allocatable | :: | scalar(:) | |||
| real(kind=real64), | public, | allocatable | :: | vector(:,:) | |||
| real(kind=real64), | public, | allocatable | :: | tensor(:,:,:) | |||
| integer(kind=int32), | public | :: | attribute | = | 0 | ||
| integer(kind=int32), | public | :: | datastyle | = | 0 |
| procedure, public, pass :: importPhysicalFieldScalar | |
| procedure, public, pass :: importPhysicalFieldVector | |
| procedure, public, pass :: importPhysicalFieldTensor => importPhysicalFieldtensor | |
| generic, public :: import => importPhysicalFieldScalar, importPhysicalFieldVector, importPhysicalFieldTensor | |
| procedure, public :: clear => clearPhysicalField | |
| procedure, public :: init => clearPhysicalField | |
| procedure, public :: remove => clearPhysicalField | |
| procedure, public :: msh => mshPhysicalField |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PhysicalField_), | intent(inout) | :: | obj | |||
| real(kind=real64), | intent(in) | :: | scalar(:) | |||
| character(len=*), | intent(in) | :: | name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PhysicalField_), | intent(inout) | :: | obj | |||
| real(kind=real64), | intent(in) | :: | vector(:,:) | |||
| character(len=*), | intent(in) | :: | name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PhysicalField_), | intent(inout) | :: | obj | |||
| real(kind=real64), | intent(in) | :: | tensor(:,:,:) | |||
| character(len=*), | intent(in) | :: | name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PhysicalField_), | intent(inout) | :: | obj |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(PhysicalField_), | intent(inout) | :: | obj | |||
| character(len=*), | intent(in) | :: | name | |||
| character(len=*), | intent(in), | optional | :: | caption |