OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
oofem::FEI2dLineLin Class Reference

Class representing a 2d line with linear interpolation. More...

#include <fei2dlinelin.h>

+ Inheritance diagram for oofem::FEI2dLineLin:
+ Collaboration diagram for oofem::FEI2dLineLin:

Public Member Functions

 FEI2dLineLin (int ind1, int ind2)
 
virtual integrationDomain giveIntegrationDomain () const
 Returns the integration domain of the interpolator. More...
 
virtual Element_Geometry_Type giveGeometryType () const
 Returns the geometry type fo the interpolator. More...
 
virtual integrationDomain giveBoundaryIntegrationDomain (int ib) const
 Returns boundary integration domain. More...
 
virtual integrationDomain giveBoundarySurfaceIntegrationDomain (int isurf) const
 Returns boundary integration domain. More...
 
virtual integrationDomain giveBoundaryEdgeIntegrationDomain (int iedge) const
 Returns boundary integration domain. More...
 
virtual double giveArea (const FEICellGeometry &cellgeo) const
 Computes the exact area. More...
 
virtual void local2global (FloatArray &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates global coordinates from given local ones. More...
 
virtual int global2local (FloatArray &answer, const FloatArray &gcoords, const FEICellGeometry &cellgeo)
 Default implementation using Newton's method to find the local coordinates. More...
 
virtual int giveNumberOfEdges () const
 Returns number of edges. More...
 
virtual void evalN (FloatArray &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the array of interpolation functions (shape functions) at given point. More...
 
virtual double evaldNdx (FloatMatrix &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the matrix of derivatives of interpolation functions (shape functions) at given point. More...
 
virtual void evaldNdxi (FloatMatrix &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the matrix of derivatives of interpolation functions (shape functions) at given point. More...
 
virtual double giveTransformationJacobian (const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the determinant of the transformation. More...
 
virtual double giveArea (const FEICellGeometry &cellgeo)
 
virtual void boundaryEdgeGiveNodes (IntArray &answer, int boundary)
 Gives the boundary nodes for requested boundary number. More...
 
virtual void computeLocalEdgeMapping (IntArray &edgeNodes, int iedge)
 
virtual void edgeEvalN (FloatArray &answer, int iedge, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the array of edge interpolation functions (shape functions) at given point. More...
 
virtual double edgeEvalNormal (FloatArray &normal, int iedge, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the normal on the given edge. More...
 
virtual void edgeEvaldNds (FloatArray &answer, int iedge, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the matrix of derivatives of edge interpolation functions (shape functions) at given point. More...
 
virtual void edgeLocal2global (FloatArray &answer, int iedge, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates edge global coordinates from given local ones. More...
 
virtual double evalNXIntegral (int iEdge, const FEICellGeometry &cellgeo)
 Computes the integral $ \int_S n \cdot x \mathrm{d}s $. More...
 
virtual int giveNumberOfNodes () const
 Returns the number of geometric nodes of the receiver. More...
 
virtual IntegrationRulegiveIntegrationRule (int order)
 Sets up a suitable integration rule for numerical integrating over volume. More...
 
- Public Member Functions inherited from oofem::FEInterpolation2d
 FEInterpolation2d (int o, int ind1, int ind2)
 
virtual int giveNsd ()
 Returns number of spatial dimensions. More...
 
virtual double giveCharacteristicLength (const FEICellGeometry &cellgeo) const
 Returns a characteristic length of the geometry, typically a diagonal or edge length. More...
 
virtual void giveJacobianMatrixAt (FloatMatrix &jacobianMatrix, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Gives the jacobian matrix at the local coordinates. More...
 
virtual bool inside (const FloatArray &lcoords) const
 
virtual void boundaryEdgeEvalN (FloatArray &answer, int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the basis functions on the requested boundary. More...
 
virtual double boundaryEdgeGiveTransformationJacobian (int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the determinant of the transformation Jacobian on the requested boundary. More...
 
virtual void boundaryEdgeLocal2Global (FloatArray &answer, int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Maps the local boundary coordinates to global. More...
 
virtual void boundaryGiveNodes (IntArray &answer, int boundary)
 Gives the boundary nodes for requested boundary number. More...
 
virtual void boundaryEvalN (FloatArray &answer, int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the basis functions on the requested boundary. More...
 
virtual double boundaryEvalNormal (FloatArray &answer, int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the normal on the requested boundary. More...
 
virtual double boundaryGiveTransformationJacobian (int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the determinant of the transformation Jacobian on the requested boundary. More...
 
virtual void boundaryLocal2Global (FloatArray &answer, int boundary, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Maps the local boundary coordinates to global. More...
 
virtual void boundarySurfaceEvalN (FloatArray &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the array of edge interpolation functions (shape functions) at given point. More...
 
virtual void boundarySurfaceEvaldNdx (FloatMatrix &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the matrix of derivatives of edge interpolation functions (shape functions) at given point. More...
 
virtual double boundarySurfaceEvalNormal (FloatArray &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the normal out of the surface at given point. More...
 
virtual void boundarySurfaceLocal2global (FloatArray &answer, int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates edge global coordinates from given local ones. More...
 
virtual double boundarySurfaceGiveTransformationJacobian (int isurf, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the edge jacobian of transformation between local and global coordinates. More...
 
virtual void boundarySurfaceGiveNodes (IntArray &answer, int boundary)
 Gives the boundary nodes for requested boundary number. More...
 
void computeEdgeMapping (IntArray &edgeNodes, IntArray &elemNodes, int iedge)
 
virtual double edgeGiveTransformationJacobian (int iedge, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the edge Jacobian of transformation between local and global coordinates. More...
 
- Public Member Functions inherited from oofem::FEInterpolation
 FEInterpolation (int o)
 
virtual ~FEInterpolation ()
 
virtual IRResultType initializeFrom (InputRecord *ir)
 Initializes receiver according to object description stored in input record. More...
 
std::string errorInfo (const char *func) const
 
int giveInterpolationOrder ()
 Returns the interpolation order. More...
 
virtual void evald2Ndx2 (FloatMatrix &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
 Evaluates the matrix of second derivatives of interpolation functions (shape functions) at given point. More...
 
virtual void giveLocalNodeCoords (FloatMatrix &answer)
 Returns a matrix containing the local coordinates for each node corresponding to the interpolation. More...
 
virtual IntegrationRulegiveBoundaryEdgeIntegrationRule (int order, int boundary)
 Sets up a suitable integration rule for integrating over the requested boundary. More...
 
virtual IntegrationRulegiveBoundarySurfaceIntegrationRule (int order, int boundary)
 Sets up a suitable integration rule for integrating over the requested boundary. More...
 
virtual IntegrationRulegiveBoundaryIntegrationRule (int order, int boundary)
 Sets up a suitable integration rule for integrating over the requested boundary. More...
 
virtual int giveKnotSpanBasisFuncMask (const IntArray &knotSpan, IntArray &mask)
 Returns indices (zero based) of nonzero basis functions for given knot span. More...
 
virtual int giveNumberOfKnotSpanBasisFunctions (const IntArray &knotSpan)
 Returns the number of nonzero basis functions at individual knot span,. More...
 
virtual bool hasSubPatchFormulation ()
 Returns true, if receiver is formulated on sub-patch basis. More...
 
virtual const double *const * giveKnotVector ()
 Returns the subdivision of patch parametric space. More...
 
virtual int giveNumberOfKnotSpans (int dim)
 Returns the number of knot spans of the receiver. More...
 
virtual const FloatArraygiveKnotValues (int dim)
 Returns the knot values of the receiver. More...
 
virtual const IntArraygiveKnotMultiplicity (int dim)
 Returns the knot multiplicity of the receiver. More...
 

Protected Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from oofem::FEInterpolation2d
int xind
 
int yind
 
- Protected Attributes inherited from oofem::FEInterpolation
int order
 

Detailed Description

Class representing a 2d line with linear interpolation.

Todo:
{Some more routines to be implemented here}
Author
Mikael Öhman

Definition at line 46 of file fei2dlinelin.h.

Constructor & Destructor Documentation

oofem::FEI2dLineLin::FEI2dLineLin ( int  ind1,
int  ind2 
)
inline

Definition at line 49 of file fei2dlinelin.h.

Member Function Documentation

void oofem::FEI2dLineLin::boundaryEdgeGiveNodes ( IntArray answer,
int  boundary 
)
virtual

Gives the boundary nodes for requested boundary number.

Parameters
answerArray to be filled with the boundary nodes.
boundaryBoundary number.

Reimplemented from oofem::FEInterpolation2d.

Definition at line 128 of file fei2dlinelin.C.

void oofem::FEI2dLineLin::computeLocalEdgeMapping ( IntArray edgeNodes,
int  iedge 
)
virtual

Implements oofem::FEInterpolation2d.

Definition at line 133 of file fei2dlinelin.C.

References OOFEM_ERROR.

double oofem::FEI2dLineLin::edgeComputeLength ( IntArray edgeNodes,
const FEICellGeometry cellgeo 
)
protected
void oofem::FEI2dLineLin::edgeEvaldNds ( FloatArray answer,
int  iedge,
const FloatArray lcoords,
const FEICellGeometry cellgeo 
)
virtual

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 array of derivatives, the member at i position contains value of $ \frac{\mathrm{d}N_i}{\mathrm{d}s} $.
iedgeDetermines the edge number.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.

Implements oofem::FEInterpolation2d.

Definition at line 94 of file fei2dlinelin.C.

References oofem::FloatArray::at(), oofem::FEICellGeometry::giveVertexCoordinates(), oofem::FloatArray::resize(), oofem::FloatArray::times(), oofem::FEInterpolation2d::xind, and oofem::FEInterpolation2d::yind.

void oofem::FEI2dLineLin::edgeEvalN ( FloatArray answer,
int  iedge,
const FloatArray lcoords,
const FEICellGeometry cellgeo 
)
virtual

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::FEInterpolation2d.

Definition at line 142 of file fei2dlinelin.C.

References evalN().

double oofem::FEI2dLineLin::edgeEvalNormal ( FloatArray answer,
int  iedge,
const FloatArray lcoords,
const FEICellGeometry cellgeo 
)
virtual

Evaluates the normal on the given edge.

Parameters
answerContains the evaluated normal.
iedgeDetermines the edge number.
lcoordsArray containing (local) coordinates.
cellgeoUnderlying cell geometry.

Implements oofem::FEInterpolation2d.

Definition at line 112 of file fei2dlinelin.C.

References oofem::FloatArray::at(), oofem::FEICellGeometry::giveVertexCoordinates(), oofem::FloatArray::normalize(), oofem::FloatArray::resize(), oofem::FEInterpolation2d::xind, and oofem::FEInterpolation2d::yind.

virtual void oofem::FEI2dLineLin::edgeLocal2global ( FloatArray answer,
int  iedge,
const FloatArray lcoords,
const FEICellGeometry cellgeo 
)
inlinevirtual

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::FEInterpolation2d.

Definition at line 80 of file fei2dlinelin.h.

double oofem::FEI2dLineLin::evaldNdx ( FloatMatrix answer,
const FloatArray lcoords,
const FEICellGeometry cellgeo 
)
virtual

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 50 of file fei2dlinelin.C.

References oofem::FloatMatrix::clear().

void oofem::FEI2dLineLin::evaldNdxi ( FloatMatrix answer,
const FloatArray lcoords,
const FEICellGeometry cellgeo 
)
virtual

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 57 of file fei2dlinelin.C.

References oofem::FloatMatrix::resize().

void oofem::FEI2dLineLin::evalN ( FloatArray answer,
const FloatArray lcoords,
const FEICellGeometry cellgeo 
)
virtual

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 42 of file fei2dlinelin.C.

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

Referenced by oofem::IntElLine1PhF::computeAreaAround(), oofem::IntElLine1::computeAreaAround(), oofem::InterfaceElem2dLin::computeBmatrixAt(), oofem::IntElLine2::computeNmatrixAt(), oofem::InterfaceElem2dLin::computeVolumeAround(), edgeEvalN(), and local2global().

double oofem::FEI2dLineLin::evalNXIntegral ( int  boundary,
const FEICellGeometry cellgeo 
)
virtual

Computes the integral $ \int_S n \cdot x \mathrm{d}s $.

Parameters
boundaryBoundary number.
cellgeoUnderlying cell geometry.
Returns
Evaluated integral.

Reimplemented from oofem::FEInterpolation.

Definition at line 155 of file fei2dlinelin.C.

References oofem::FloatArray::at(), oofem::FEICellGeometry::giveVertexCoordinates(), oofem::FEInterpolation2d::xind, and oofem::FEInterpolation2d::yind.

virtual double oofem::FEI2dLineLin::giveArea ( const FEICellGeometry cellgeo) const
inlinevirtual

Computes the exact area.

Parameters
cellgeoCell geometry for the element.
Returns
Area of geometry.

Reimplemented from oofem::FEInterpolation2d.

Definition at line 59 of file fei2dlinelin.h.

virtual double oofem::FEI2dLineLin::giveArea ( const FEICellGeometry cellgeo)
inlinevirtual

Definition at line 71 of file fei2dlinelin.h.

virtual integrationDomain oofem::FEI2dLineLin::giveBoundaryEdgeIntegrationDomain ( int  boundary) const
inlinevirtual

Returns boundary integration domain.

Implements oofem::FEInterpolation.

Definition at line 55 of file fei2dlinelin.h.

References oofem::_Line.

virtual integrationDomain oofem::FEI2dLineLin::giveBoundaryIntegrationDomain ( int  boundary) const
inlinevirtual

Returns boundary integration domain.

Implements oofem::FEInterpolation.

Definition at line 53 of file fei2dlinelin.h.

References oofem::_Point.

virtual integrationDomain oofem::FEI2dLineLin::giveBoundarySurfaceIntegrationDomain ( int  boundary) const
inlinevirtual

Returns boundary integration domain.

Implements oofem::FEInterpolation.

Definition at line 54 of file fei2dlinelin.h.

References oofem::_UnknownIntegrationDomain.

virtual Element_Geometry_Type oofem::FEI2dLineLin::giveGeometryType ( ) const
inlinevirtual

Returns the geometry type fo the interpolator.

Implements oofem::FEInterpolation.

Definition at line 52 of file fei2dlinelin.h.

virtual integrationDomain oofem::FEI2dLineLin::giveIntegrationDomain ( ) const
inlinevirtual

Returns the integration domain of the interpolator.

Implements oofem::FEInterpolation.

Definition at line 51 of file fei2dlinelin.h.

References oofem::_Line.

IntegrationRule * oofem::FEI2dLineLin::giveIntegrationRule ( int  order)
virtual

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).

Reimplemented from oofem::FEInterpolation.

Definition at line 171 of file fei2dlinelin.C.

References oofem::_Line, oofem::IntegrationRule::getRequiredNumberOfIntegrationPoints(), and oofem::IntegrationRule::SetUpPointsOnLine().

virtual int oofem::FEI2dLineLin::giveNumberOfEdges ( ) const
inlinevirtual

Returns number of edges.

Reimplemented from oofem::FEInterpolation.

Definition at line 64 of file fei2dlinelin.h.

virtual int oofem::FEI2dLineLin::giveNumberOfNodes ( ) const
inlinevirtual

Returns the number of geometric nodes of the receiver.

Reimplemented from oofem::FEInterpolation.

Definition at line 84 of file fei2dlinelin.h.

double oofem::FEI2dLineLin::giveTransformationJacobian ( const FloatArray lcoords,
const FEICellGeometry cellgeo 
)
virtual

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 120 of file fei2dlinelin.C.

References oofem::FloatArray::at(), oofem::FEICellGeometry::giveVertexCoordinates(), oofem::FEInterpolation2d::xind, and oofem::FEInterpolation2d::yind.

Referenced by oofem::InterfaceElem2dLin::computeVolumeAround().

int oofem::FEI2dLineLin::global2local ( FloatArray answer,
const FloatArray gcoords,
const FEICellGeometry cellgeo 
)
virtual

Default implementation using Newton's method to find the local coordinates.

Can be overloaded if desired.

Reimplemented from oofem::FEInterpolation2d.

Definition at line 76 of file fei2dlinelin.C.

References oofem::FloatArray::at(), oofem::clamp(), oofem::FEICellGeometry::giveVertexCoordinates(), oofem::FloatArray::resize(), oofem::FEInterpolation2d::xind, and oofem::FEInterpolation2d::yind.

void oofem::FEI2dLineLin::local2global ( FloatArray answer,
const FloatArray lcoords,
const FEICellGeometry cellgeo 
)
virtual

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 64 of file fei2dlinelin.C.

References oofem::FloatArray::at(), evalN(), oofem::FEICellGeometry::giveVertexCoordinates(), oofem::max(), oofem::FloatArray::resize(), oofem::FEInterpolation2d::xind, oofem::FEInterpolation2d::yind, and oofem::FloatArray::zero().


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

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:35 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011