| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(parallel_map_t), | intent(inout) | :: | self |
Instance of the type |
||
| type(comm_handler_t), | intent(in) | :: | comm_handler |
Communicators |
||
| character(len=*), | intent(in), | optional | :: | filename |
Filename where parameter are read from |
|
| integer, | intent(in), | optional | :: | intorder_in |
Interpolation order |
|
| integer, | intent(in), | optional | :: | xorder_in |
Order for subcell splitting |
|
| logical, | intent(in), | optional | :: | use_fixed_stencil_in |
Indicates if fixed stencil is used for interpolation |
|
| logical, | intent(in), | optional | :: | use_gauss_quadrature_in |
Indicates if gauss-quadrature or midpoint rule is used for integration |
Sets parameters for map, either via namelist from file, or setting explicitly