dune-localfunctions  2.3.1-rc1
Dune::RT0QLocalFiniteElement< D, R, dim > Class Template Reference

Lowest order Raviart-Thomas shape functions on quadrilaterals. More...

#include <dune/localfunctions/raviartthomas/raviartthomas0q.hh>

Detailed Description

template<class D, class R, int dim>
class Dune::RT0QLocalFiniteElement< D, R, dim >

Lowest order Raviart-Thomas shape functions on quadrilaterals.

The dimensions d=2 and dim=3 are supported. This is a convenience class to include the Raviart-Thomas-0 basis elements on quadrilaterals.

Template Parameters
DType to represent the field in the domain.
RType to represent the field in the range.
dimDimension.
Deprecated:
This class is deprecated and will be removed after Dune 2.3. Use RaviartThomasCubeLocalFiniteElement<D, R, dim, 0> instead.

The documentation for this class was generated from the following file: