set_mesh Subroutine

public subroutine set_mesh(n, x, xmin, xmax, a, dxndx1)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: n
real(kind=dp), intent(in), optional :: x(n)
real(kind=dp), intent(in), optional :: xmin
real(kind=dp), intent(in), optional :: xmax
real(kind=dp), intent(in), optional :: a
real(kind=dp), intent(in), optional :: dxndx1

Contents

None