dune-localfunctions 2.9.0
|
Base class for LocalBasis classes based on uniform refinement in 1D; provides numbering and local coordinates of subelements. More...
#include <dune/localfunctions/refined/common/refinedsimplexlocalbasis.hh>
Protected Member Functions | |
RefinedSimplexLocalBasis () | |
Protected default constructor so this class can only be instantiated as a base class. More... | |
Static Protected Member Functions | |
static int | getSubElement (const FieldVector< D, 1 > &global) |
Get the number of the subelement containing a given point. More... | |
static void | getSubElement (const FieldVector< D, 1 > &global, int &subElement, FieldVector< D, 1 > &local) |
Get local coordinates in the subelement. More... | |
Base class for LocalBasis classes based on uniform refinement in 1D; provides numbering and local coordinates of subelements.
D | Type to represent the field in the domain. |
|
inlineprotected |
Protected default constructor so this class can only be instantiated as a base class.
|
inlinestaticprotected |
Get the number of the subelement containing a given point.
The subelements are ordered according to
0 1
|----—:----—|
[in] | global | Coordinates in the reference element |
global
|
inlinestaticprotected |
Get local coordinates in the subelement.
[in] | global | Coordinates in the reference element |
[out] | subElement | Number of the subelement containing global |
[out] | local | The local coordinates in the subelement |