|
Feel++
0.92.0
|
TensorisedBoundaryAdapted Basis on simplex products. More...
#include <tensorisedboundadapted.hpp>
Classes | |
| struct | Convex |
Public Member Functions | |
| points_type | points () |
| points_type const & | points (int f) const |
Constructors, destructor | |
| TensorisedBoundaryAdapted () | |
| TensorisedBoundaryAdapted (TensorisedBoundaryAdapted const &d) | |
| ~TensorisedBoundaryAdapted () | |
Operator overloads | |
| self_type const & | operator= (self_type const &d) |
| matrix_type | operator() (node_type const &pt) const |
| matrix_type | operator() (points_type const &pts) const |
Accessors | |
| uint_type | degree () const |
| self_type const & | basis () const |
| std::string | familyName () const |
Methods | |
| matrix_type | coeff () const |
| matrix_type | evaluate (points_type const &__pts) const |
| template<typename AE > | |
| vector_matrix_type | derivate (ublas::matrix_expression< AE > const &__pts) const |
| matrix_type const & | d (uint16_type i) |
| derivatives of Dubiner polynomials the derivatives are computed at the nodes of the lattice | |
| matrix_type const & | derivate (uint16_type i) |
| derivatives of Dubiner polynomials the derivatives are computed at the nodes of the lattice | |
Static Public Attributes | |
| static const uint16_type | nDim = Dim |
| static const uint16_type | nOrder = Degree |
| static const uint16_type | nConvexOrder = nDim+nOrder+1 |
Typedefs | |
|
typedef TensorisedBoundaryAdapted< Dim, Degree, T, StoragePolicy > | self_type |
| typedef self_type | basis_type |
| typedef T | value_type |
| typedef int16_type | int_type |
| typedef uint16_type | uint_type |
|
typedef Hypercube< nDim, nConvexOrder, nDim > | convex_type |
|
typedef Reference< convex_type, nDim, nConvexOrder, nDim, T > | reference_convex_type |
|
typedef reference_convex_type::points_type | points_type |
| typedef StoragePolicy< value_type > | storage_policy |
| typedef storage_policy::vector_type | vector_type |
| typedef storage_policy::matrix_type | matrix_type |
|
typedef storage_policy::vector_matrix_type | vector_matrix_type |
|
typedef storage_policy::vector_vector_matrix_type | vector_vector_matrix_type |
|
typedef storage_policy::matrix_node_type | matrix_node_type |
| typedef storage_policy::node_type | node_type |
| static const uint16_type | numVertices = reference_convex_type::numVertices |
| static const uint16_type | numFaces = reference_convex_type::numFaces |
TensorisedBoundaryAdapted Basis on simplex products.
This class represents the Boundary Adapted Basis made from Jacobi polynomials up to degree Degree on a simplex in dimension Dim.
The Boundary adapted basis is constructed to preserve a part of the Jacobi polynomials' orthogonality. However we need to modify the basis in order to manage easily the boundary condtions.
| self_type const& Feel::TensorisedBoundaryAdapted< Dim, Degree, T, StoragePolicy >::basis | ( | ) | const [inline] |
| matrix_type const& Feel::TensorisedBoundaryAdapted< Dim, Degree, T, StoragePolicy >::d | ( | uint16_type | i | ) | [inline] |
derivatives of Dubiner polynomials the derivatives are computed at the nodes of the lattice
| uint_type Feel::TensorisedBoundaryAdapted< Dim, Degree, T, StoragePolicy >::degree | ( | ) | const [inline] |
| matrix_type const& Feel::TensorisedBoundaryAdapted< Dim, Degree, T, StoragePolicy >::derivate | ( | uint16_type | i | ) | [inline] |
derivatives of Dubiner polynomials the derivatives are computed at the nodes of the lattice
| matrix_type Feel::TensorisedBoundaryAdapted< Dim, Degree, T, StoragePolicy >::evaluate | ( | points_type const & | __pts | ) | const [inline] |
evaluate the TensorisedBoundaryAdapted polynomials at a set of points __pts
| std::string Feel::TensorisedBoundaryAdapted< Dim, Degree, T, StoragePolicy >::familyName | ( | ) | const [inline] |
| points_type Feel::TensorisedBoundaryAdapted< Dim, Degree, T, StoragePolicy >::points | ( | ) | [inline] |
Access to the points of the reference convex associated
| points_type const& Feel::TensorisedBoundaryAdapted< Dim, Degree, T, StoragePolicy >::points | ( | int | f | ) | const [inline] |
Access to the points associated with the face f
1.7.6.1