Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_l2p_header_type), | intent(out) | :: | me |
L2P header to define. |
||
integer, | intent(in), | optional | :: | factor |
Oversampling factor to use in the projection, defaults to 1. |
|
character(len=*), | optional | :: | nodes_kind |
Set of nodes to use in the nodal representation. May be 'gauss-legendre' or 'chebyshev', defaults to 'gauss-legendre' |
||
logical, | intent(in), | optional | :: | lobattoPoints |
Wether to use Lobatto points (include interval bounds) when using the chebyshev nodes, defaults to .false.. |