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

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

Shared data for RotRot and DivDiv. More...

#include <maxwell.hh>

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

List of all members.

Public Member Functions

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

Public Attributes

const Hexahedronelm
concepts::Array< Real > jacobian
concepts::Array
< concepts::MapReal3d
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 35 of file maxwell.hh.


Constructor & Destructor Documentation

hp3D::MaxwellSharedData::MaxwellSharedData ( ) [inline]

Definition at line 37 of file maxwell.hh.

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

Definition at line 38 of file maxwell.hh.


Member Function Documentation

virtual MaxwellSharedData* hp3D::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 39 of file maxwell.hh.

Here is the call graph for this function:


Member Data Documentation

Definition at line 43 of file maxwell.hh.

Definition at line 41 of file maxwell.hh.

Definition at line 42 of file maxwell.hh.


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

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