i_fun_sbase_evalDOF_base Interface

interface
private function i_fun_sbase_evalDOF_base(sf, iElem, base_x, DOFs) result(y)

Arguments

Type IntentOptional Attributes Name
class(c_sbase), intent(in) :: sf
integer, intent(in) :: iElem
real(kind=wp), intent(in) :: base_x(0:sf%deg)
real(kind=wp), intent(in) :: DOFs(:)

Return Value real(kind=wp)