Flow123d
release_3.0.0-973-g92f55e826
|
Go to the documentation of this file.
40 const arma::vec &point,
41 unsigned int comp_index
44 const arma::vec
basis_grad(
unsigned int basis_index,
45 const arma::vec &point,
46 unsigned int comp_index
59 template <
unsigned int dim>
Raviart-Thomas element of order 0.
const double basis_value(unsigned int basis_index, const arma::vec &point, unsigned int comp_index) const override
Value of the i th basis function at point point.
Abstract class for description of finite elements.
RT0_space(unsigned int dim)
Abstract class for the description of a general finite element on a reference simplex in dim dimensio...
unsigned int space_dim_
Space dimension of function arguments (i.e. 1, 2 or 3).
const unsigned int dim() const override
Dimension of function space (number of basis functions).
const arma::vec basis_grad(unsigned int basis_index, const arma::vec &point, unsigned int comp_index) const override
Gradient of the i th basis function at point point.