new_matrix_element_node Function

public pure function new_matrix_element_node(element, position, spline1, spline2) result(node)

Arguments

TypeIntentOptionalAttributesName
complex(kind=dp), intent(in) :: element
integer, intent(in) :: position(2)
real(kind=dp), intent(in) :: spline1(:)
real(kind=dp), intent(in) :: spline2(:)

Return Value type(matrix_element_node_t)


Contents

None