Class documentation of Concepts

Loading...
Searching...
No Matches
bem::Dirac3d000< F > Class Template Reference

#include <element.hh>

Inheritance diagram for bem::Dirac3d000< F >:
concepts::ElementWithCell< F > concepts::Element< F > concepts::OutputOperator

Public Types

typedef F type
 

Public Member Functions

 Dirac3d000 (const concepts::Triangle3d &cell, uint idx[], uint vtx[], uint n)
 
const concepts::TMatrixBase< F > & T () const
 Returns T matrix of the element.
 
const concepts::Vertexsupport (uint i) const
 
const concepts::Real3dvertex (uint i) const
 
virtual const concepts::Triangle3dcell () const
 Returns the cell on which the element is built.
 
Real3d elemMap (const Real coord_local) const
 
Real3d elemMap (const Real2d &coord_local) const
 
Real3d elemMap (const Real3d &coord_local) const
 
virtual const ElementGraphics< F > * graphics () const
 
uint & tag ()
 Returns the tag.
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

Detailed Description

template<class F = concepts::Real>
class bem::Dirac3d000< F >

Dirac element on triangles (used for collocation method). The vertices are computed only once in the contructor.

Parameters
FField of the element (valid Real or Cmplx).

Definition at line 29 of file element.hh.

Member Typedef Documentation

◆ type

template<typename F >
typedef F concepts::ElementWithCell< F >::type
inherited

Definition at line 81 of file element.hh.

Constructor & Destructor Documentation

◆ Dirac3d000()

template<class F = concepts::Real>
bem::Dirac3d000< F >::Dirac3d000 ( const concepts::Triangle3d cell,
uint  idx[],
uint  vtx[],
uint  n 
)

Constructor.

Parameters
cellCell of the Dirac's.
idxMap from the local to the global DoF.
vtxLocal vertex numbers $0, 1, 2$ which are the support of a Dirac.
nNumber of Dirac's on this triangle (local DoF's).

Member Function Documentation

◆ cell()

template<class F = concepts::Real>
virtual const concepts::Triangle3d & bem::Dirac3d000< F >::cell ( ) const
inlinevirtual

Returns the cell on which the element is built.

Implements concepts::ElementWithCell< F >.

Definition at line 51 of file element.hh.

◆ elemMap() [1/3]

template<typename F >
Real3d concepts::ElementWithCell< F >::elemMap ( const Real  coord_local) const
inlineinherited

Definition at line 86 of file element.hh.

◆ elemMap() [2/3]

template<typename F >
Real3d concepts::ElementWithCell< F >::elemMap ( const Real2d coord_local) const
inlineinherited

Definition at line 90 of file element.hh.

◆ elemMap() [3/3]

template<typename F >
Real3d concepts::ElementWithCell< F >::elemMap ( const Real3d coord_local) const
inlineinherited

Definition at line 94 of file element.hh.

◆ graphics()

◆ info()

template<class F = concepts::Real>
virtual std::ostream & bem::Dirac3d000< F >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ support()

template<class F >
const concepts::Vertex & bem::Dirac3d000< F >::support ( uint  i) const
inline

Returns support of Dirac

Parameters
iLocal number of DoF.

Definition at line 68 of file element.hh.

◆ T()

template<class F = concepts::Real>
const concepts::TMatrixBase< F > & bem::Dirac3d000< F >::T ( ) const
inlinevirtual

Returns T matrix of the element.

Implements concepts::ElementWithCell< F >.

Definition at line 42 of file element.hh.

◆ tag()

template<class F >
uint & concepts::Element< F >::tag ( )
inlineinherited

Returns the tag.

Definition at line 66 of file element.hh.

◆ vertex()

template<class F = concepts::Real>
const concepts::Real3d & bem::Dirac3d000< F >::vertex ( uint  i) const
inline

Returns vertex of triangle

Parameters
iNumber of vertex.

Definition at line 50 of file element.hh.


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