ply_l2p_header_define Subroutine

public subroutine ply_l2p_header_define(me, factor, nodes_kind, lobattoPoints)

Arguments

TypeIntentOptionalAttributesName
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..


Calls

proc~~ply_l2p_header_define~~CallsGraph proc~ply_l2p_header_define ply_l2p_header_define proc~tem_abort tem_abort proc~ply_l2p_header_define->proc~tem_abort proc~upper_to_lower upper_to_lower proc~ply_l2p_header_define->proc~upper_to_lower

Contents

None