concepts::AdaptiveControl< F > Struct Template Reference

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

#include <space.hh>

Public Member Functions

 AdaptiveControl ()
 Default constructor. More...
 

Public Attributes

idx_
 Unique index of element. More...
 
AdaptiveControlTag tag_
 Control information. More...
 

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

Constructor & Destructor Documentation

◆ AdaptiveControl()

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

Default constructor.

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

◆ tag_

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

Control information.

Definition at line 273 of file space.hh.


The documentation for this struct was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich