cluster::XY01< Node >::XYCol Struct Reference

Data structure to hold the expansion coefficients. More...

#include <xy01.hh>

Public Member Functions

 XYCol (XYColExp *value)
 Constructor. More...
 
 ~XYCol ()
 Destructor. More...
 

Public Attributes

Ffncval
 Pointer to auxiliary vector. More...
 
uint idx
 DoF number. More...
 
XYCollnk
 Coefficients of next DoF. More...
 
XYColExpval
 Vector of expansion coefficients. More...
 

Detailed Description

template<class Node>
struct cluster::XY01< Node >::XYCol

Data structure to hold the expansion coefficients.

Definition at line 51 of file xy01.hh.

Constructor & Destructor Documentation

◆ XYCol()

template<class Node >
cluster::XY01< Node >::XYCol::XYCol ( XYColExp value)
inline

Constructor.

Definition at line 62 of file xy01.hh.

◆ ~XYCol()

template<class Node >
cluster::XY01< Node >::XYCol::~XYCol ( )
inline

Destructor.

Definition at line 64 of file xy01.hh.

Member Data Documentation

◆ fncval

template<class Node >
F* cluster::XY01< Node >::XYCol::fncval

Pointer to auxiliary vector.

Definition at line 57 of file xy01.hh.

◆ idx

template<class Node >
uint cluster::XY01< Node >::XYCol::idx

DoF number.

Definition at line 55 of file xy01.hh.

◆ lnk

template<class Node >
XYCol* cluster::XY01< Node >::XYCol::lnk

Coefficients of next DoF.

Definition at line 53 of file xy01.hh.

◆ val

template<class Node >
XYColExp* cluster::XY01< Node >::XYCol::val

Vector of expansion coefficients.

Definition at line 59 of file xy01.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