getArow Interface

public interface getArow

Called by

interface~~getarow~~CalledByGraph interface~getarow getArow proc~getjacobian_2d getJacobian_2D proc~getjacobian_2d->interface~getarow

Contents


Functions

public pure function getArow1D(N, xi) result(row)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: N
real(kind=wp), intent(in) :: xi

Return Value real(kind=wp), dimension(N)

public pure function getArow2D(N, xi, eta) result(row)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: N
real(kind=wp), intent(in) :: xi
real(kind=wp), intent(in) :: eta

Return Value real(kind=wp), dimension(N)