pub fn cheb_dirichlet_neumann<A: FloatNum>(n: usize) -> BaseR2r<A>
Expand description

Function space with Dirichlet boundary conditions at x=-1 and Neumann boundary conditions at x=1

 u(-1)=0 and u'(1)=0