#include <embedded_laplacian_element.h>
|
|
void | Initialize (const Element &rElement) |
| Split element data container initialization This method initializes the embedded formulation data container. This implies to get the nodal distances. More...
|
|
bool | IsSplit () |
| Checks if the current element is intersected Checks if the current element is intersected by checking the number of positive and negative distance nodes. More...
|
|
◆ InterfaceNormalsType
template<std::size_t TDim>
◆ NodalScalarData
template<std::size_t TDim>
◆ ShapeFunctionsGradientsType
template<std::size_t TDim>
◆ Initialize()
template<std::size_t TTDim>
Split element data container initialization This method initializes the embedded formulation data container. This implies to get the nodal distances.
◆ IsSplit()
template<std::size_t TTDim>
Checks if the current element is intersected Checks if the current element is intersected by checking the number of positive and negative distance nodes.
- Returns
- true if the element is intersected
-
false if the element is not intersected
◆ NodalDistances
template<std::size_t TDim>
◆ NumNegativeNodes
template<std::size_t TDim>
◆ NumNodes
template<std::size_t TDim>
◆ NumPositiveNodes
template<std::size_t TDim>
◆ PenaltyCoefficient
template<std::size_t TDim>
◆ PositiveInterfaceDNDX
template<std::size_t TDim>
◆ PositiveInterfaceN
template<std::size_t TDim>
◆ PositiveInterfaceUnitNormals
template<std::size_t TDim>
◆ PositiveInterfaceWeights
template<std::size_t TDim>
◆ PositiveSideDNDX
template<std::size_t TDim>
◆ PositiveSideN
template<std::size_t TDim>
◆ PositiveSideWeights
template<std::size_t TDim>
The documentation for this class was generated from the following files: