Calculating Lobatto base functions.
More...
#include <src/approximation/LobattoPolynomial.hpp>
|
using | DofsSideMap = multi_index_container< DofsSideMapData, indexed_by< ordered_non_unique< tag< TypeSide_mi_tag >, composite_key< DofsSideMapData, member< DofsSideMapData, EntityType, &DofsSideMapData::type >, member< DofsSideMapData, int, &DofsSideMapData::side > >>, ordered_unique< tag< EntDofIdx_mi_tag >, member< DofsSideMapData, int, &DofsSideMapData::dof > > > > |
| Map entity stype and side to element/entity dof index. More...
|
|
static MoFEMErrorCode | getLibVersion (Version &version) |
| Get library version. More...
|
|
static MoFEMErrorCode | getFileVersion (moab::Interface &moab, Version &version) |
| Get database major version. More...
|
|
static MoFEMErrorCode | setFileVersion (moab::Interface &moab, Version version=Version(MoFEM_VERSION_MAJOR, MoFEM_VERSION_MINOR, MoFEM_VERSION_BUILD)) |
| Get database major version. More...
|
|
static MoFEMErrorCode | getInterfaceVersion (Version &version) |
| Get database major version. More...
|
|
Calculating Lobatto base functions.
Definition at line 69 of file LobattoPolynomial.hpp.
◆ KernelLobattoPolynomial()
MoFEM::KernelLobattoPolynomial::KernelLobattoPolynomial |
( |
| ) |
|
|
inline |
◆ ~KernelLobattoPolynomial()
MoFEM::KernelLobattoPolynomial::~KernelLobattoPolynomial |
( |
| ) |
|
|
inline |
◆ getValue()
Reimplemented from MoFEM::LegendrePolynomial.
Definition at line 59 of file LobattoPolynomial.cpp.
63 auto ctx = ctx_ptr->getInterface<KernelLobattoPolynomialCtx>();
64 ctx->baseFunPtr->resize(pts.size2(), ctx->P + 1,
false);
65 ctx->baseDiffFunPtr->resize(pts.size2(), ctx->dIm * (ctx->P + 1),
false);
67 double *diff_l = NULL;
68 for (
unsigned int gg = 0; gg < pts.size2(); gg++) {
70 l = &((*ctx->baseFunPtr)(gg, 0));
71 if (ctx->baseDiffFunPtr)
72 diff_l = &((*ctx->baseDiffFunPtr)(gg, 0));
73 ierr = (ctx->basePolynomialsType0)(ctx->P, pts(0, gg), ctx->diffS,
l,
◆ query_interface()
The documentation for this struct was generated from the following files: