The implementation of the interfaces defined in element.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=ip), | intent(in) | :: | order | The order of the element. The data array will be of size order+1. |
The return object has to be of the element_rdata class.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(element_rdata), | intent(inout) | :: | this | The argument has to be of the element_rdata class. |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=ip), | intent(in) | :: | order | The order of the element. The data array will be of size order+1. |
The return object has to be of the element_cdata class.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(element_cdata), | intent(inout) | :: | this | The argument has to be of the element_cdata class. |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=ip), | intent(in), | dimension(2) | :: | idata | The object gets initialized with the data in this array. |
The return object has to be of the element_boundary_idata class.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(2) | :: | rdata | The object gets initialized with the data in this array. |
The return object has to be of the element_boundary_rdata class.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=wp), | intent(in), | dimension(2) | :: | cdata | The object gets initialized with the data in this array. |
The return object has to be of the element_boundary_cdata class.