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

Public Member Functions | Public Attributes
hp2D::MaxwellSharedData Class Reference

Shared data for RotRot and DivDiv. More...

#include <maxwell.hh>

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

List of all members.

Public Member Functions

virtual MaxwellSharedDataclone () const
 Virtual constructor.
 MaxwellSharedData ()
virtual ~MaxwellSharedData ()

Public Attributes

const Quad< Real > * elm
concepts::Array< Real > jacobian
concepts::Array
< concepts::MapReal2d
jacobianInv

Detailed Description

Shared data for RotRot and DivDiv.

The different components of the vector valued bilinear form for the rot-rot or div-div term need the Jacobian of the element map in exactly the same points. This is taken care of by the data fields of this class. They are common to all components of the vector valued bilinear form.

RotRot::setup and DivDiv::setup take care of setting all up correctly. It uses the function RotRot::data(concepts::Cloneable*) and DivDiv::data(concepts::Cloneable*) to set the shared data of the components.

Author:
Philipp Frauenfelder, 2004

Definition at line 36 of file maxwell.hh.


Constructor & Destructor Documentation

hp2D::MaxwellSharedData::MaxwellSharedData ( ) [inline]

Definition at line 38 of file maxwell.hh.

virtual hp2D::MaxwellSharedData::~MaxwellSharedData ( ) [inline, virtual]

Definition at line 39 of file maxwell.hh.


Member Function Documentation

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

Virtual constructor.

Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.

Implements concepts::Cloneable.

Definition at line 40 of file maxwell.hh.

Here is the call graph for this function:


Member Data Documentation

Definition at line 44 of file maxwell.hh.

Definition at line 42 of file maxwell.hh.

Definition at line 43 of file maxwell.hh.


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

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