Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
hp2D::Maxwell2D_dissipation Class Reference

Local contribution to dissipation power loss. More...

#include <Maxwell2D_H_eField.hh>

Inheritance diagram for hp2D::Maxwell2D_dissipation:
Inheritance graph
[legend]
Collaboration diagram for hp2D::Maxwell2D_dissipation:
Collaboration graph
[legend]

List of all members.

Public Types

typedef concepts::Element
< typename Quad< Real >::type > 
Element

Public Member Functions

virtual Maxwell2D_dissipationclone () const
 Maxwell2D_dissipation (const concepts::PiecewiseConstFormula< Real > &sigma, const Real eps=EPS0, const Real omega=OMEGA50)
virtual uint n () const
 Number of components.
virtual void operator() (const Element &elm, const concepts::Array< Cmplx > &coeff, concepts::Array< Cmplx > &val, const concepts::Real3d &p, const Real t=0.0) const
virtual void operator() (const Element< Quad< Real >::type > &elm, const Array< Cmplx > &coeff, Array< Cmplx > &val, const uint *i) const =0
 Evaluates the function on precalculated quadrature points.
virtual void operator() (const Element &elm, const concepts::Array< Cmplx > &coeff, concepts::Array< Cmplx > &val, const Real p, const Real t=0.0) const
virtual void operator() (const Element &elm, const uint *j, concepts::Array< Cmplx > &val, const uint *i) const
virtual void operator() (const Element &elm, const concepts::Array< Cmplx > &coeff, concepts::Array< Cmplx > &val, const uint *i) const
virtual void operator() (const Element &elm, const concepts::Array< Cmplx > &coeff, concepts::Array< Cmplx > &val, const Real2d &p, const Real t=0.0) const
virtual void operator() (const Element< Quad< Real >::type > &elm, const uint *j, Array< Cmplx > &val, const uint *i) const =0
 Evaluates the given function on a specific shape function j (on precalculated quadrature points).
virtual ~Maxwell2D_dissipation ()
virtual void operator() (const Element< Quad< Real >::type > &elm, const Array< Cmplx > &coeff, Array< Cmplx > &val, const Real p, const Real t=0.0) const =0
 Evaluates the function value in an arbitrary point p of physical space.
virtual void operator() (const Element< Quad< Real >::type > &elm, const Array< Cmplx > &coeff, Array< Cmplx > &val, const Real2d &p, const Real t=0.0) const =0
 Evaluates the function value in an arbitrary point p of physical space.
virtual void operator() (const Element< Quad< Real >::type > &elm, const Array< Cmplx > &coeff, Array< Cmplx > &val, const Real3d &p, const Real t=0.0) const =0
 Evaluates the function value in an arbitrary point p of physical space.

Protected Member Functions

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

Private Member Functions

virtual void compute_ (const Quad<> &elm, const concepts::Array< Cmplx > &coeff, Cmplx &val, const uint i[2]) const
virtual void compute_ (const Quad<> &elm, const uint j[2], Cmplx &val, const uint i[2]) const
virtual void compute_ (const Quad<> &elm, const concepts::Array< Cmplx > &coeff, Cmplx &val, const Real2d &p, const Real t=0.0) const
void convert_ (const Quad<> &elm, const concepts::Array< Cmplx > &gradh, Cmplx &val) const
 convert the vectorial curl of h into e

Private Attributes

const Real eps_
 Dielectricity constant and angular frequency.
Grad< Cmplx > grad_
 Gradient in 2D.
const Real omega_
const
concepts::PiecewiseConstFormula
< Real > & 
sigma_
 Piecewise constant conductivity.

Detailed Description

Local contribution to dissipation power loss.

Author:
Kersten Schmidt, 2005

Definition at line 76 of file Maxwell2D_H_eField.hh.


Member Typedef Documentation

typedef concepts::Element<typename Quad<Real> ::type> hp2D::ElementFunction< dim, Cmplx , Quad<Real> >::Element [inherited]

Definition at line 38 of file functionBase.hh.


Constructor & Destructor Documentation

hp2D::Maxwell2D_dissipation::Maxwell2D_dissipation ( const concepts::PiecewiseConstFormula< Real > &  sigma,
const Real  eps = EPS0,
const Real  omega = OMEGA50 
)
virtual hp2D::Maxwell2D_dissipation::~Maxwell2D_dissipation ( ) [inline, virtual]

Definition at line 80 of file Maxwell2D_H_eField.hh.


Member Function Documentation

virtual Maxwell2D_dissipation* hp2D::Maxwell2D_dissipation::clone ( ) const [inline, virtual]

Implements concepts::ElementFunction< Cmplx, Quad< Real >::type >.

Definition at line 81 of file Maxwell2D_H_eField.hh.

Here is the call graph for this function:

virtual void hp2D::Maxwell2D_dissipation::compute_ ( const Quad<> &  elm,
const uint  j[2],
Cmplx &  val,
const uint  i[2] 
) const [private, virtual]
virtual void hp2D::Maxwell2D_dissipation::compute_ ( const Quad<> &  elm,
const concepts::Array< Cmplx > &  coeff,
Cmplx &  val,
const Real2d &  p,
const Real  t = 0.0 
) const [private, virtual]
virtual void hp2D::Maxwell2D_dissipation::compute_ ( const Quad<> &  elm,
const concepts::Array< Cmplx > &  coeff,
Cmplx &  val,
const uint  i[2] 
) const [private, virtual]
void hp2D::Maxwell2D_dissipation::convert_ ( const Quad<> &  elm,
const concepts::Array< Cmplx > &  gradh,
Cmplx &  val 
) const [private]

convert the vectorial curl of h into e

virtual std::ostream& hp2D::Maxwell2D_dissipation::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::ElementFunction< Cmplx, Quad< Real >::type >.

virtual uint hp2D::ElementFunction< dim, Cmplx , Quad<Real> >::n ( ) const [inline, virtual, inherited]

Number of components.

Implements concepts::ElementFunction< Cmplx, Quad< Real >::type >.

Definition at line 41 of file functionBase.hh.

virtual void hp2D::ElementFunction< dim, Cmplx , Quad<Real> >::operator() ( const Element elm,
const concepts::Array< Cmplx > &  coeff,
concepts::Array< Cmplx > &  val,
const Real2d &  p,
const Real  t = 0.0 
) const [virtual, inherited]
virtual void hp2D::ElementFunction< dim, Cmplx , Quad<Real> >::operator() ( const Element elm,
const concepts::Array< Cmplx > &  coeff,
concepts::Array< Cmplx > &  val,
const Real  p,
const Real  t = 0.0 
) const [virtual, inherited]
virtual void hp2D::ElementFunction< dim, Cmplx , Quad<Real> >::operator() ( const Element elm,
const uint *  j,
concepts::Array< Cmplx > &  val,
const uint *  i 
) const [virtual, inherited]
virtual void hp2D::ElementFunction< dim, Cmplx , Quad<Real> >::operator() ( const Element elm,
const concepts::Array< Cmplx > &  coeff,
concepts::Array< Cmplx > &  val,
const uint *  i 
) const [virtual, inherited]
virtual void concepts::ElementFunction< Cmplx , Quad< Real >::type >::operator() ( const Element< Quad< Real >::type > &  elm,
const uint *  j,
Array< Cmplx > &  val,
const uint *  i 
) const [pure virtual, inherited]

Evaluates the given function on a specific shape function j (on precalculated quadrature points).

Parameters:
elmElement
jmulti-index of a shapefunction
valFunction value
imulti-index of the quadrature point
virtual void concepts::ElementFunction< Cmplx , Quad< Real >::type >::operator() ( const Element< Quad< Real >::type > &  elm,
const Array< Cmplx > &  coeff,
Array< Cmplx > &  val,
const Real  p,
const Real  t = 0.0 
) const [pure virtual, inherited]

Evaluates the function value in an arbitrary point p of physical space.

Parameters:
elmElement
coeffCoefficients of local shape functions
valFunction value
pPoint in space in local element coordinates
tPoint in time
virtual void concepts::ElementFunction< Cmplx , Quad< Real >::type >::operator() ( const Element< Quad< Real >::type > &  elm,
const Array< Cmplx > &  coeff,
Array< Cmplx > &  val,
const Real3d p,
const Real  t = 0.0 
) const [pure virtual, inherited]

Evaluates the function value in an arbitrary point p of physical space.

Parameters:
elmElement
coeffCoefficients of local shape functions
valFunction value
pPoint in space in local element coordinates
tPoint in time
virtual void concepts::ElementFunction< Cmplx , Quad< Real >::type >::operator() ( const Element< Quad< Real >::type > &  elm,
const Array< Cmplx > &  coeff,
Array< Cmplx > &  val,
const Real2d p,
const Real  t = 0.0 
) const [pure virtual, inherited]

Evaluates the function value in an arbitrary point p of physical space.

Parameters:
elmElement
coeffCoefficients of local shape functions
valFunction value
pPoint in space in local element coordinates
tPoint in time
virtual void hp2D::ElementFunction< dim, Cmplx , Quad<Real> >::operator() ( const Element elm,
const concepts::Array< Cmplx > &  coeff,
concepts::Array< Cmplx > &  val,
const concepts::Real3d p,
const Real  t = 0.0 
) const [virtual, inherited]
virtual void concepts::ElementFunction< Cmplx , Quad< Real >::type >::operator() ( const Element< Quad< Real >::type > &  elm,
const Array< Cmplx > &  coeff,
Array< Cmplx > &  val,
const uint *  i 
) const [pure virtual, inherited]

Evaluates the function on precalculated quadrature points.

Parameters:
elmElement
coeffCoefficients of local shape functions
valFunction value
imulti-index of the quadrature point

Member Data Documentation

const Real hp2D::Maxwell2D_dissipation::eps_ [private]

Dielectricity constant and angular frequency.

Definition at line 101 of file Maxwell2D_H_eField.hh.

Gradient in 2D.

Definition at line 103 of file Maxwell2D_H_eField.hh.

Definition at line 101 of file Maxwell2D_H_eField.hh.

Piecewise constant conductivity.

Definition at line 99 of file Maxwell2D_H_eField.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)