create_connectivity_matrix Function

public function create_connectivity_matrix(gdof, e, nodes, err) result(rst)

Creates a connectivity matrix for the element.

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: gdof

The number of global degrees of freedom.

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

The element.

class(node), intent(in), dimension(:) :: nodes

The global node list.

class(errors), intent(inout), optional, target :: err

An optional error handling object.

Return Value real(kind=real64), allocatable, dimension(:,:)

The resulting matrix.


Contents