The abstract data type of the solution (must be extended)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pf_encap_t), | intent(inout) | :: | this | |||
| real(kind=pfdp), | intent(in) | :: | val | |||
| integer, | intent(in), | optional | :: | flags |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pf_encap_t), | intent(inout) | :: | this | |||
| class(pf_encap_t), | intent(in) | :: | src | |||
| integer, | intent(in), | optional | :: | flags |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pf_encap_t), | intent(in) | :: | this | |||
| integer, | intent(in), | optional | :: | flags |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pf_encap_t), | intent(in) | :: | this | |||
| real(kind=pfdp), | intent(out) | :: | z(:) | |||
| integer, | intent(in), | optional | :: | flags |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pf_encap_t), | intent(inout) | :: | this | |||
| real(kind=pfdp), | intent(in) | :: | z(:) | |||
| integer, | intent(in), | optional | :: | flags |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pf_encap_t), | intent(inout) | :: | this | |||
| real(kind=pfdp), | intent(in) | :: | a | |||
| class(pf_encap_t), | intent(in) | :: | x | |||
| integer, | intent(in), | optional | :: | flags |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pf_encap_t), | intent(inout) | :: | this | |||
| integer, | intent(in), | optional | :: | flags |
type, abstract :: pf_encap_t
contains
procedure(pf_encap_setval_p), deferred :: setval
procedure(pf_encap_copy_p), deferred :: copy
procedure(pf_encap_norm_p), deferred :: norm
procedure(pf_encap_pack_p), deferred :: pack
procedure(pf_encap_unpack_p), deferred :: unpack
procedure(pf_encap_axpy_p), deferred :: axpy
procedure(pf_encap_eprint_p), deferred :: eprint
end type pf_encap_t