add_to_node_element Subroutine

private subroutine add_to_node_element(this, element)

Adds a given element to the node element, does type-checking of the polymorphic element given. Allowed types are complex, real, integer.

Arguments

TypeIntentOptionalAttributesName
class(node_t), intent(inout) :: this

type instance

class(*), intent(in) :: element

element to add to the existing element


Contents

None