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

Public Member Functions | Public Attributes
concepts::AdaptiveControl< F > Struct Template Reference

Class to describe control structures of an adaptive space. More...

#include <space.hh>

Inheritance diagram for concepts::AdaptiveControl< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::AdaptiveControl< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AdaptiveControl ()
 Default constructor.

Public Attributes

idx_
 Unique index of element.
AdaptiveControlTag tag_
 Control information.

Detailed Description

template<class F = uint>
struct concepts::AdaptiveControl< F >

Class to describe control structures of an adaptive space.

If you need more control information, derive from this class.

Author:
Philipp Frauenfelder, 2001

Definition at line 216 of file space.hh.


Constructor & Destructor Documentation

template<class F = uint>
concepts::AdaptiveControl< F >::AdaptiveControl ( )

Default constructor.


Member Data Documentation

template<class F = uint>
F concepts::AdaptiveControl< F >::idx_

Unique index of element.

This is used when assembling different elements of a space and used to enforce continuity of global basis functions across element boundaries.

Definition at line 223 of file space.hh.

template<class F = uint>
AdaptiveControlTag concepts::AdaptiveControl< F >::tag_

Control information.

Definition at line 218 of file space.hh.


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

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