new_matrix_element_node Function

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

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: element
integer, intent(in) :: position(2)
procedure(basis_function), intent(in), pointer :: spline1
procedure(basis_function), intent(in), pointer :: spline2

Return Value type(matrix_element_node_t)