OOFEM 3.0
Loading...
Searching...
No Matches
oofem::FEI3dWedgeLin Class Reference

#include <fei3dwedgelin.h>

Inheritance diagram for oofem::FEI3dWedgeLin:
Collaboration diagram for oofem::FEI3dWedgeLin:

Public Member Functions

 FEI3dWedgeLin ()
integrationDomain giveIntegrationDomain (const Element_Geometry_Type) const override
const Element_Geometry_Type giveGeometryType () const override
const Element_Geometry_Type giveBoundaryGeometryType (int ib) const override
integrationDomain giveBoundaryIntegrationDomain (int ib, const Element_Geometry_Type) const override
 Returns boundary integration domain.
integrationDomain giveBoundarySurfaceIntegrationDomain (int isurf, const Element_Geometry_Type egt) const override
 Returns boundary integration domain.
integrationDomain giveBoundaryEdgeIntegrationDomain (int iedge, const Element_Geometry_Type) const override
 Returns boundary integration domain.
void evalN (FloatArray &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
double evaldNdx (FloatMatrix &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
void evaldNdxi (FloatMatrix &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
void local2global (FloatArray &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
int global2local (FloatArray &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
double giveTransformationJacobian (const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
void giveJacobianMatrixAt (FloatMatrix &jacobianMatrix, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
double giveCharacteristicLength (const FEICellGeometry &cellgeo) const
void edgeEvalN (FloatArray &answer, int iedge, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
void edgeEvaldNdx (FloatMatrix &answer, int iedge, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
void edgeLocal2global (FloatArray &answer, int iedge, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
double edgeGiveTransformationJacobian (int iedge, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
IntArray computeLocalEdgeMapping (int iedge) const override
void surfaceEvalN (FloatArray &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
void surfaceLocal2global (FloatArray &answer, int iedge, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
double surfaceGiveTransformationJacobian (int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
IntArray computeLocalSurfaceMapping (int iSurf) const override
std::unique_ptr< IntegrationRulegiveIntegrationRule (int order, const Element_Geometry_Type) const override
std::unique_ptr< IntegrationRulegiveBoundaryIntegrationRule (int order, int boundary, const Element_Geometry_Type) const override
std::unique_ptr< IntegrationRulegiveSurfaceIntegrationRule (int order, int isurf, const Element_Geometry_Type egt) const
int giveNumberOfNodes (const Element_Geometry_Type) const override
Public Member Functions inherited from oofem::FEInterpolation3d
 FEInterpolation3d (int o)
int giveNsd (const Element_Geometry_Type) const override
virtual double giveVolume (const FEICellGeometry &cellgeo) const
IntArray boundaryEdgeGiveNodes (int boundary, const Element_Geometry_Type, bool includeHierarchical=false) const override
void boundaryEdgeEvalN (FloatArray &answer, int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
double boundaryEdgeGiveTransformationJacobian (int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
void boundaryEdgeLocal2Global (FloatArray &answer, int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
double boundaryEdgeEvalNormal (FloatArray &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
void boundarySurfaceEvalN (FloatArray &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
void boundarySurfaceEvaldNdx (FloatMatrix &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
double boundarySurfaceEvalNormal (FloatArray &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
void boundarySurfaceLocal2global (FloatArray &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
double boundarySurfaceGiveTransformationJacobian (int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
FloatMatrixF< 3, 3 > surfaceGiveJacobianMatrixAt (int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const
IntArray boundaryGiveNodes (int boundary, const Element_Geometry_Type) const override
void boundaryEvalN (FloatArray &answer, int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
double boundaryEvalNormal (FloatArray &answer, int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
double boundaryGiveTransformationJacobian (int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
void boundaryLocal2Global (FloatArray &answer, int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const override
virtual double edgeEvalNormal (FloatArray &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const
virtual void edgeEvaldNdxi (FloatArray &answer, int iedge, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const
IntArray computeEdgeMapping (const IntArray &elemNodes, int iedge) const
virtual void surfaceEvaldNdx (FloatMatrix &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const
virtual double surfaceEvalNormal (FloatArray &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const
void surfaceEvaldNdxi (FloatMatrix &answer, const FloatArray &lcoords) const override
void surfaceEvald2Ndxi2 (FloatMatrix &answer, const FloatArray &lcoords) const override
virtual std::tuple< FloatArrayF< 3 >, FloatArrayF< 3 > > surfaceEvalBaseVectorsAt (int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const
virtual std::tuple< double, FloatArrayF< 3 > > surfaceEvalUnitNormal (int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const
IntArray computeSurfaceMapping (const IntArray &elemNodes, int isurf) const
std::unique_ptr< IntegrationRulegiveBoundaryEdgeIntegrationRule (int order, int boundary, const Element_Geometry_Type) const override
std::unique_ptr< IntegrationRulegiveBoundaryIntegrationRule (int _order, int boundary, const Element_Geometry_Type) const override
IntArray boundarySurfaceGiveNodes (int boundary, Element_Geometry_Type, bool includeHierarchical=false) const override
Public Member Functions inherited from oofem::FEInterpolation
 FEInterpolation (int o)
virtual ~FEInterpolation ()=default
virtual void initializeFrom (InputRecord &ir, ParameterManager &pm, int elnum, int priority)
 Initializes receiver according to object description stored in input record.
virtual void postInitialize (ParameterManager &pm, int elnum)
int giveInterpolationOrder () const
virtual void giveCellDofMans (IntArray &nodes, IntArray &internalDofMans, Element *elem) const
 Returns list of element nodes (and list of internal dof managers) (including on edges and surfaces) defining the approximation.
virtual void evald2Ndx2 (FloatMatrix &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo) const
virtual void giveLocalNodeCoords (FloatMatrix &answer, const Element_Geometry_Type) const
virtual std::unique_ptr< IntegrationRulegiveBoundarySurfaceIntegrationRule (int order, int boundary, const Element_Geometry_Type) const
virtual double evalNXIntegral (int boundary, const FEICellGeometry &cellgeo) const
virtual int giveKnotSpanBasisFuncMask (const IntArray &knotSpan, IntArray &mask) const
virtual int giveNumberOfKnotSpanBasisFunctions (const IntArray &knotSpan) const
virtual bool hasSubPatchFormulation () const
virtual const FloatArraygiveKnotVector () const
virtual int giveNumberOfKnotSpans (int dim) const
virtual const FloatArraygiveKnotValues (int dim) const
virtual const IntArraygiveKnotMultiplicity (int dim) const
virtual int giveNumberOfEdges (const Element_Geometry_Type) const
virtual void initializeCell (Element *e) const
std::string errorInfo (const char *func) const

Static Public Member Functions

static FloatArrayF< 6 > evalN (const FloatArrayF< 3 > &lcoords)
static std::pair< double, FloatMatrixF< 3, 6 > > evaldNdx (const FloatArrayF< 3 > &lcoords, const FEICellGeometry &cellgeo)
static FloatMatrixF< 3, 6 > evaldNdxi (const FloatArrayF< 3 > &lcoords)

Protected Member Functions

double edgeComputeLength (IntArray &edgeNodes, const FEICellGeometry &cellgeo) const

Additional Inherited Members

Protected Attributes inherited from oofem::FEInterpolation
int order = 0

Detailed Description

Class representing implementation of linear wedge interpolation class.

Author
Milan Jirasek
Mikael Öhman

Definition at line 48 of file fei3dwedgelin.h.

Constructor & Destructor Documentation

◆ FEI3dWedgeLin()

oofem::FEI3dWedgeLin::FEI3dWedgeLin ( )
inline

Definition at line 51 of file fei3dwedgelin.h.

References oofem::FEInterpolation3d::FEInterpolation3d().

Member Function Documentation

◆ computeLocalEdgeMapping()

IntArray oofem::FEI3dWedgeLin::computeLocalEdgeMapping ( int iedge) const
overridevirtual

Implements oofem::FEInterpolation3d.

Definition at line 312 of file fei3dwedgelin.C.

Referenced by edgeLocal2global().

◆ computeLocalSurfaceMapping()

IntArray oofem::FEI3dWedgeLin::computeLocalSurfaceMapping ( int iSurf) const
overridevirtual

Implements oofem::FEInterpolation3d.

Definition at line 385 of file fei3dwedgelin.C.

Referenced by surfaceLocal2global().

◆ edgeComputeLength()

double oofem::FEI3dWedgeLin::edgeComputeLength ( IntArray & edgeNodes,
const FEICellGeometry & cellgeo ) const
protected

◆ edgeEvaldNdx()

void oofem::FEI3dWedgeLin::edgeEvaldNdx ( FloatMatrix & answer,
int iedge,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates the matrix of derivatives of edge interpolation functions (shape functions) at given point. These derivatives are in global coordinate system (where the nodal coordinates are defined)

Parameters
answerContains resulting matrix of derivatives, the member at i,j position contains value of dNj/dxi.
iedgeDetermines the edge number.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.

Implements oofem::FEInterpolation3d.

Definition at line 290 of file fei3dwedgelin.C.

References OOFEM_ERROR.

◆ edgeEvalN()

void oofem::FEI3dWedgeLin::edgeEvalN ( FloatArray & answer,
int iedge,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates the array of edge interpolation functions (shape functions) at given point.

Parameters
answerContains resulting array of evaluated interpolation functions.
iedgeEdge number.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.

Implements oofem::FEInterpolation3d.

Definition at line 280 of file fei3dwedgelin.C.

References oofem::FloatArray::at(), and oofem::FloatArray::resize().

Referenced by edgeLocal2global().

◆ edgeGiveTransformationJacobian()

double oofem::FEI3dWedgeLin::edgeGiveTransformationJacobian ( int iedge,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates the edge jacobian of transformation between local and global coordinates.

Parameters
iedgeDetermines edge number.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.
Returns
Determinant of the transformation.

Implements oofem::FEInterpolation3d.

Definition at line 340 of file fei3dwedgelin.C.

References OOFEM_ERROR.

◆ edgeLocal2global()

void oofem::FEI3dWedgeLin::edgeLocal2global ( FloatArray & answer,
int iedge,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates edge global coordinates from given local ones. These derivatives are in global coordinate system (where the nodal coordinates are defined).

Parameters
answerContains resulting global coordinates.
iedgeDetermines edge number.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.

Implements oofem::FEInterpolation3d.

Definition at line 297 of file fei3dwedgelin.C.

References oofem::FloatArray::add(), oofem::FloatArray::at(), oofem::FloatArray::clear(), computeLocalEdgeMapping(), edgeEvalN(), oofem::FloatArray::giveSize(), and oofem::FEICellGeometry::giveVertexCoordinates().

◆ evaldNdx() [1/2]

std::pair< double, FloatMatrixF< 3, 6 > > oofem::FEI3dWedgeLin::evaldNdx ( const FloatArrayF< 3 > & lcoords,
const FEICellGeometry & cellgeo )
static

◆ evaldNdx() [2/2]

double oofem::FEI3dWedgeLin::evaldNdx ( FloatMatrix & answer,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates the matrix of derivatives of interpolation functions (shape functions) at given point. These derivatives are in global coordinate system (where the nodal coordinates are defined)

Parameters
answerContains resulting matrix of derivatives, the member at i,j position contains value of dNi/dxj.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.
Returns
Determinant of the Jacobian.

Implements oofem::FEInterpolation.

Definition at line 159 of file fei3dwedgelin.C.

References oofem::FloatMatrix::beProductOf(), evaldNdxi(), oofem::FloatMatrix::giveDeterminant(), oofem::FEICellGeometry::giveVertexCoordinates(), oofem::inv(), oofem::FloatMatrix::resize(), and oofem::FloatMatrix::setColumn().

◆ evaldNdxi() [1/2]

FloatMatrixF< 3, 6 > oofem::FEI3dWedgeLin::evaldNdxi ( const FloatArrayF< 3 > & lcoords)
static

Definition at line 83 of file fei3dwedgelin.C.

References oofem::FloatArrayF< N >::at().

Referenced by evaldNdx(), evaldNdx(), and giveJacobianMatrixAt().

◆ evaldNdxi() [2/2]

void oofem::FEI3dWedgeLin::evaldNdxi ( FloatMatrix & answer,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates the matrix of derivatives of interpolation functions (shape functions) at given point. These derivatives are wrt local (parent) coordinate system

Parameters
answerContains resulting matrix of derivatives, the member at i,j position contains value of dNi/dxij.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.

Reimplemented from oofem::FEInterpolation.

Definition at line 114 of file fei3dwedgelin.C.

References oofem::FloatArray::at(), oofem::FloatMatrix::at(), and oofem::FloatMatrix::resize().

◆ evalN() [1/2]

FloatArrayF< 6 > oofem::FEI3dWedgeLin::evalN ( const FloatArrayF< 3 > & lcoords)
static

Definition at line 46 of file fei3dwedgelin.C.

Referenced by local2global().

◆ evalN() [2/2]

void oofem::FEI3dWedgeLin::evalN ( FloatArray & answer,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates the array of interpolation functions (shape functions) at given point.

Parameters
answerContains resulting array of evaluated interpolation functions.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.

Implements oofem::FEInterpolation.

Definition at line 64 of file fei3dwedgelin.C.

References oofem::FloatArray::at(), and oofem::FloatArray::resize().

◆ giveBoundaryEdgeIntegrationDomain()

integrationDomain oofem::FEI3dWedgeLin::giveBoundaryEdgeIntegrationDomain ( int boundary,
const Element_Geometry_Type  ) const
inlineoverridevirtual

Returns boundary integration domain.

Implements oofem::FEInterpolation.

Definition at line 65 of file fei3dwedgelin.h.

References oofem::_Line.

◆ giveBoundaryGeometryType()

const Element_Geometry_Type oofem::FEI3dWedgeLin::giveBoundaryGeometryType ( int boundary) const
inlineoverridevirtual

Returns boundary geometry type

Implements oofem::FEInterpolation.

Definition at line 55 of file fei3dwedgelin.h.

◆ giveBoundaryIntegrationDomain()

integrationDomain oofem::FEI3dWedgeLin::giveBoundaryIntegrationDomain ( int boundary,
const Element_Geometry_Type  ) const
inlineoverridevirtual

Returns boundary integration domain.

Implements oofem::FEInterpolation.

Definition at line 59 of file fei3dwedgelin.h.

References oofem::_Square, and oofem::_Triangle.

Referenced by giveBoundarySurfaceIntegrationDomain().

◆ giveBoundaryIntegrationRule()

std::unique_ptr< IntegrationRule > oofem::FEI3dWedgeLin::giveBoundaryIntegrationRule ( int order,
int boundary,
const Element_Geometry_Type egt ) const
overridevirtual

Sets up a suitable integration rule for integrating over the requested boundary. The required polynomial order for the determinant of the jacobian is added automatically.

Parameters
orderPolynomial order of the integrand (should NOT including determinant of jacobian).
boundaryBoundary number.

Reimplemented from oofem::FEInterpolation.

Definition at line 428 of file fei3dwedgelin.C.

References oofem::_Square, oofem::_Triangle, and oofem::FEInterpolation::order.

Referenced by giveSurfaceIntegrationRule().

◆ giveBoundarySurfaceIntegrationDomain()

integrationDomain oofem::FEI3dWedgeLin::giveBoundarySurfaceIntegrationDomain ( int boundary,
const Element_Geometry_Type  ) const
inlineoverridevirtual

Returns boundary integration domain.

Implements oofem::FEInterpolation.

Definition at line 64 of file fei3dwedgelin.h.

References giveBoundaryIntegrationDomain().

◆ giveCharacteristicLength()

double oofem::FEI3dWedgeLin::giveCharacteristicLength ( const FEICellGeometry & cellgeo) const
Todo
Change this so that it is not dependent on node order.

Definition at line 190 of file fei3dwedgelin.C.

References oofem::distance(), and oofem::FEICellGeometry::giveVertexCoordinates().

Referenced by global2local().

◆ giveGeometryType()

const Element_Geometry_Type oofem::FEI3dWedgeLin::giveGeometryType ( ) const
inlineoverridevirtual

Returns the geometry type fo the interpolator.

Implements oofem::FEInterpolation.

Definition at line 54 of file fei3dwedgelin.h.

◆ giveIntegrationDomain()

integrationDomain oofem::FEI3dWedgeLin::giveIntegrationDomain ( const Element_Geometry_Type ) const
inlineoverridevirtual

Returns the integration domain of the interpolator.

Implements oofem::FEInterpolation.

Definition at line 53 of file fei3dwedgelin.h.

References oofem::_Wedge.

◆ giveIntegrationRule()

std::unique_ptr< IntegrationRule > oofem::FEI3dWedgeLin::giveIntegrationRule ( int order,
const Element_Geometry_Type egt ) const
overridevirtual

Sets up a suitable integration rule for numerical integrating over volume. The required polynomial order for the determinant of the jacobian is added automatically.

Parameters
orderPolynomial order of integrand (should NOT including determinant of jacobian).
Todo
This function below isn't supported for wedges. We must decide how we should do this.

Reimplemented from oofem::FEInterpolation.

Definition at line 414 of file fei3dwedgelin.C.

References OOFEM_WARNING, and oofem::FEInterpolation::order.

◆ giveJacobianMatrixAt()

void oofem::FEI3dWedgeLin::giveJacobianMatrixAt ( FloatMatrix & jacobianMatrix,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Gives the jacobian matrix at the local coordinates.

Parameters
jacobianMatrixThe requested matrix.
lcoordsLocal coordinates.
cellgeoElement geometry.

Reimplemented from oofem::FEInterpolation.

Definition at line 266 of file fei3dwedgelin.C.

References evaldNdxi(), oofem::FloatMatrix::resize(), and oofem::FloatMatrix::setColumn().

Referenced by giveTransformationJacobian(), and global2local().

◆ giveNumberOfNodes()

int oofem::FEI3dWedgeLin::giveNumberOfNodes ( const Element_Geometry_Type ) const
inlineoverridevirtual

Returns the number of geometric nodes of the receiver.

Reimplemented from oofem::FEInterpolation.

Definition at line 100 of file fei3dwedgelin.h.

◆ giveSurfaceIntegrationRule()

std::unique_ptr< IntegrationRule > oofem::FEI3dWedgeLin::giveSurfaceIntegrationRule ( int order,
int isurf,
const Element_Geometry_Type egt ) const
inline

Definition at line 97 of file fei3dwedgelin.h.

References giveBoundaryIntegrationRule(), and oofem::FEInterpolation::order.

◆ giveTransformationJacobian()

double oofem::FEI3dWedgeLin::giveTransformationJacobian ( const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates the determinant of the transformation.

Parameters
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.
Returns
Determinant of the transformation.

Reimplemented from oofem::FEInterpolation.

Definition at line 256 of file fei3dwedgelin.C.

References oofem::FloatMatrix::giveDeterminant(), and giveJacobianMatrixAt().

◆ global2local()

int oofem::FEI3dWedgeLin::global2local ( FloatArray & answer,
const FloatArray & gcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates local coordinates from given global ones. If local coordinates cannot be found (generate elements, or point far outside geometry, then the center coordinate will be used as a last resort, and the return value will be zero.

Parameters
answerContains evaluated local coordinates.
gcoordsArray containing global coordinates.
cellgeoUnderlying cell geometry.
Returns
Nonzero is returned if point is within the element geometry, zero otherwise.

Implements oofem::FEInterpolation.

Definition at line 201 of file fei3dwedgelin.C.

References oofem::FloatArray::add(), oofem::FloatArray::at(), oofem::FloatArray::beDifferenceOf(), oofem::FloatArray::computeNorm(), giveCharacteristicLength(), giveJacobianMatrixAt(), oofem::FloatArray::giveSize(), local2global(), POINT_TOL, oofem::FloatArray::resize(), oofem::FloatMatrix::solveForRhs(), oofem::Vec3(), and oofem::FloatArray::zero().

◆ local2global()

void oofem::FEI3dWedgeLin::local2global ( FloatArray & answer,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates global coordinates from given local ones.

Parameters
answerContains resulting global coordinates.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.

Implements oofem::FEInterpolation.

Definition at line 177 of file fei3dwedgelin.C.

References oofem::FloatArray::add(), oofem::FloatArray::at(), oofem::FloatArray::clear(), evalN(), and oofem::FEICellGeometry::giveVertexCoordinates().

Referenced by global2local().

◆ surfaceEvalN()

void oofem::FEI3dWedgeLin::surfaceEvalN ( FloatArray & answer,
int isurf,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates the array of edge interpolation functions (shape functions) at given point.

Parameters
answerContains resulting array of evaluated interpolation functions.
isurfSurface number.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.

Implements oofem::FEInterpolation3d.

Definition at line 348 of file fei3dwedgelin.C.

References oofem::FloatArray::at(), and oofem::FloatArray::resize().

Referenced by surfaceLocal2global().

◆ surfaceGiveTransformationJacobian()

double oofem::FEI3dWedgeLin::surfaceGiveTransformationJacobian ( int isurf,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates the edge jacobian of transformation between local and global coordinates.

Parameters
isurfDetermines the surface number.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.
Returns
Determinant of the transformation.

Implements oofem::FEInterpolation3d.

Definition at line 405 of file fei3dwedgelin.C.

References OOFEM_ERROR.

◆ surfaceLocal2global()

void oofem::FEI3dWedgeLin::surfaceLocal2global ( FloatArray & answer,
int isurf,
const FloatArray & lcoords,
const FEICellGeometry & cellgeo ) const
overridevirtual

Evaluates edge global coordinates from given local ones. These derivatives are in global coordinate system (where the nodal coordinates are defined).

Parameters
answerContains resulting global coordinates.
isurfDetermines the surface number.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.

Implements oofem::FEInterpolation3d.

Definition at line 369 of file fei3dwedgelin.C.

References oofem::FloatArray::add(), oofem::FloatArray::at(), oofem::FloatArray::clear(), computeLocalSurfaceMapping(), oofem::FloatArray::giveSize(), oofem::FEICellGeometry::giveVertexCoordinates(), and surfaceEvalN().


The documentation for this class was generated from the following files:

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011