Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::AdaptiveControl< F > Struct Template Reference

#include <space.hh>

Inheritance diagram for concepts::AdaptiveControl< F >:
concepts::AdaptiveControlP< 1 > concepts::AdaptiveControlP< 2 > concepts::AdaptiveControlP< dim, F >

Public Member Functions

 AdaptiveControl ()
 Default constructor.
 

Public Attributes

AdaptiveControlTag tag_
 Control information.
 
idx_
 

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 277 of file space.hh.

Member Data Documentation

◆ idx_

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 284 of file space.hh.

◆ tag_

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

Control information.

Definition at line 279 of file space.hh.


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