4.2.5.1. Finite element pairs

opentidalfarm.finite_elements.bdfmp1dg(mesh)[source]

Return a function space U*H on mesh from the BFDM1 space.

opentidalfarm.finite_elements.bdmp0(mesh)[source]

Return a function space U*H on mesh from the BFDM1 space.

opentidalfarm.finite_elements.bdmp1dg(mesh)[source]

Return a function space U*H on mesh from the BFDM1 space.

opentidalfarm.finite_elements.mini(mesh)[source]

Return a function space U*H on mesh from the mini space.

opentidalfarm.finite_elements.p0p1(mesh)[source]

Return a function space U*H on mesh from the P0P1 space.

opentidalfarm.finite_elements.p1dgp2(mesh)[source]

Return a function space U*H on mesh from the P1dgP2 space.

opentidalfarm.finite_elements.p2p1(mesh)[source]

Return a function space U*H on mesh from the P2P1 space.

opentidalfarm.finite_elements.rt0(mesh)[source]

Return a function space U*H on mesh from the rt0 space.