i_fun_sbase_evalDOF2D_s Interface

interface
private function i_fun_sbase_evalDOF2D_s(sf, x, nd, deriv, DOFs) result(y)

Arguments

Type IntentOptional Attributes Name
class(c_sbase), intent(in) :: sf
real(kind=wp), intent(in) :: x
integer, intent(in) :: nd
integer, intent(in) :: deriv
real(kind=wp), intent(in) :: DOFs(1:sf%nBase,1:nd)

Return Value real(kind=wp)(1:nd)