#include <fe_system.hh>
Definition at line 55 of file fe_system.hh.
◆ FESystemFunctionSpace()
◆ ~FESystemFunctionSpace()
virtual FESystemFunctionSpace::~FESystemFunctionSpace |
( |
| ) |
|
|
inlinevirtual |
◆ basis_grad()
const arma::vec FESystemFunctionSpace::basis_grad |
( |
unsigned int |
basis_index, |
|
|
const arma::vec & |
point, |
|
|
unsigned int |
comp_index = 0 |
|
) |
| const |
|
overridevirtual |
Gradient of the i
th basis function at point point
.
- Parameters
-
basis_index | Index of the basis function. |
point | Point coordinates. |
comp_index | Index of component (>0 for vector-valued functions). |
Implements FunctionSpace.
Definition at line 83 of file fe_system.cc.
◆ basis_value()
double FESystemFunctionSpace::basis_value |
( |
unsigned int |
basis_index, |
|
|
const arma::vec & |
point, |
|
|
unsigned int |
comp_index = 0 |
|
) |
| const |
|
overridevirtual |
Value of the i
th basis function at point point
.
- Parameters
-
basis_index | Index of the basis function. |
point | Point coordinates. |
comp_index | Index of component (>0 for vector-valued functions). |
Implements FunctionSpace.
Definition at line 67 of file fe_system.cc.
◆ dim()
unsigned int FESystemFunctionSpace::dim |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ dof_indices()
◆ dim_
unsigned int FESystemFunctionSpace::dim_ |
|
private |
Number of basis functions.
Definition at line 89 of file fe_system.hh.
◆ dof_indices_
Indices of basis functions relative to the sub-spaces.
Definition at line 86 of file fe_system.hh.
◆ fs_
Function spaces that are put together.
Definition at line 83 of file fe_system.hh.
The documentation for this class was generated from the following files: