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

Function space with biharmonic boundary conditions

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