Raviart–Thomas basis functions

In applied mathematics, Raviart–Thomas basis functions are vector basis functions used in finite element and boundary element methods. They are regularly used as basis functions when working in electromagnetics. They are sometimes called Rao-Wilton-Glisson basis functions.{{cite journal|last=Andriulli|first=Francesco P. |author2=Cools |author3=Bagci |author4=Olyslager |author5=Buffa |author6=Christiansen |author7=Michelssen |date=2008|title=A Mulitiplicative Calderon Preconditioner for the Electric Field Integral Equation|journal=IEEE Transactions on Antennas and Propagation|volume=56|issue=8|pages=2398–2412|doi=10.1109/tap.2008.926788|bibcode=2008ITAP...56.2398A |hdl=1854/LU-677703 |s2cid=38745490 |hdl-access=free}}

The space \mathrm{RT}_q spanned by the Raviart–Thomas basis functions of order q is the smallest polynomial space such that the divergence maps \mathrm{RT}_q onto \mathrm{P}_q, the space of piecewise polynomials of order q.{{Cite book|url=http://link.springer.com/10.1007/978-3-642-23099-8|title=Automated Solution of Differential Equations by the Finite Element Method|date=2012|publisher=Springer Berlin Heidelberg|isbn=978-3-642-23098-1|editor-last=Logg|editor-first=Anders|series=Lecture Notes in Computational Science and Engineering|volume=84|location=Berlin, Heidelberg|pages=95–119|chapter=Chapter 3. Common and unusual finite elements|doi=10.1007/978-3-642-23099-8|editor-last2=Mardal|editor-first2=Kent-Andre|editor-last3=Wells|editor-first3=Garth}}

Order 0 Raviart-Thomas Basis Functions in 2D

File:raviart_thomas_labelled.pngIn two-dimensional space, the lowest order Raviart Thomas space, \mathrm{RT}_0, has degrees of freedom on the edges of the elements of the finite element mesh. The nth edge has an associated basis function defined by{{Cite journal|last1=Bahriawati |first1=C. |last2=Carstensen |first2=C. |date=2005 |title=Three MATLAB Implementations Of The Lowest-Order Raviart-Thomas MFEM With a Posteriori Error Control |url=http://www2.mathematik.hu-berlin.de/~cc/cc_homepage/download/2005-BC_CC-Three_MATLAB_Implementations_Lowest-Order_Raviart-Thomas_MFEM.pdf |journal=Computational Methods in Applied Mathematics |volume=5 |issue=4 |pages=331–361 |access-date=8 October 2015 |doi=10.2478/cmam-2005-0016|s2cid=3897312 }}

\mathbf{f}_n(\mathbf{r})=\left\{\begin{array}{ll}

\frac{l_n}{2A_n^+}(\mathbf{r}-\mathbf{p}_+)\quad&\mathrm{if\ \mathbf{r}\in\ T_+}\\

-\frac{l_n}{2A_n^-}(\mathbf{r}-\mathbf{p}_-)\quad&\mathrm{if\ \mathbf{r}\in\ T_-}\\

\mathbf{0}\quad&\mathrm{otherwise}

\end{array}\right.

where l_n is the length of the edge, T_+ and T_- are the two triangles adjacent to the edge, A_n^+ and A_n^- are the areas of the triangles and \mathbf{p}_+ and \mathbf{p}_- are the opposite corners of the triangles.

Sometimes the basis functions are alternatively defined as

\mathbf{f}_n(\mathbf{r})=\left\{\begin{array}{ll}

\frac{1}{2A_n^+}(\mathbf{r}-\mathbf{p}_+)\quad&\mathrm{if\ \mathbf{r}\in\ T_+}\\

-\frac{1}{2A_n^-}(\mathbf{r}-\mathbf{p}_-)\quad&\mathrm{if\ \mathbf{r}\in\ T_-}\\

\mathbf{0}\quad&\mathrm{otherwise}

\end{array}\right.

with the length factor not included.

References