| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(out) | :: | left | fpt to copy to |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | fpt to copy from |
This function provides the test for equality of two nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is equal??
This function provides the test for unequality of two nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is unequal??
This function provides a < comparison of two nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is smaller??
This function provides a <= comparison of two nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is smaller??
This function provides a > comparison of nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is greater??
This function provides a >= comparison of two nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is greater??
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=labelLen), | private | :: | nodes_kind | which kind of nodes are used. For l2p projection the nodes are legendre-gauss and chebyshev nodes for using fpt |
|||
| logical, | private | :: | lobattoPoints | = | .false. | Logical to indicate whether Chebyshev-Lobatto points or simple Chebyshev points are used |
This function provides the test for equality of two nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is equal??
This function provides the test for unequality of two nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is unequal??
This function provides a < comparison of two nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is smaller??
This function provides a <= comparison of two nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is smaller??
This function provides a > comparison of nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is greater??
This function provides a >= comparison of two nodes descriptions.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(in) | :: | left | projection to compare |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | projection to compare against |
is greater??
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_nodes_header_type), | intent(out) | :: | left | fpt to copy to |
||
| type(ply_nodes_header_type), | intent(in) | :: | right | fpt to copy from |