Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(out) | :: | left | fpt to copy to |
||
type(ply_prj_header_type), | intent(in) | :: | right | fpt to copy from |
This function provides the test for equality of the header for two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is equal??
This function provides the test for unequality of the header of two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is unequal??
This function provides a < comparison of the header of two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is smaller??
This function provides a <= comparison of the header of two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is smaller??
This function provides a > comparison of the header of two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is greater??
This function provides a >= comparison of the header of two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is greater??
Configurable projection settings.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=labelLen), | private | :: | kind | Kind of projection. Currently available: - 'l2p', L2-Projection - 'fpt', Fast Polynomial Transformation. Requires the FFTW. |
|||
type(ply_fpt_header_type), | private | :: | fpt_header | ||||
type(ply_l2p_header_type), | private | :: | l2p_header | ||||
type(ply_fxt_header_type), | private | :: | fxt_header |
This function provides the test for equality of the header for two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is equal??
This function provides the test for unequality of the header of two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is unequal??
This function provides a < comparison of the header of two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is smaller??
This function provides a <= comparison of the header of two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is smaller??
This function provides a > comparison of the header of two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is greater??
This function provides a >= comparison of the header of two projections.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | left | projection to compare |
||
type(ply_prj_header_type), | intent(in) | :: | right | projection to compare against |
is greater??
Load settings to describe a projection method from a Lua table.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(out) | :: | me | |||
type(flu_State) | :: | conf | ||||
integer, | intent(in) | :: | parent | A parent Lua table, in which the boundary conditions are to be found. |
Load settings to describe a projection method from a Lua table.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(in) | :: | me | |||
type(aot_out_type) | :: | conf |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_prj_header_type), | intent(out) | :: | left | fpt to copy to |
||
type(ply_prj_header_type), | intent(in) | :: | right | fpt to copy from |