Class documentation of Concepts

Loading...
Searching...
No Matches
cluster::XY01< Node >::XYCol Struct Reference

#include <xy01.hh>

Public Member Functions

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

Public Attributes

XYCollnk
 Coefficients of next DoF.
 
uint idx
 DoF number.
 
F * fncval
 Pointer to auxiliary vector.
 
XYColExpval
 Vector of expansion coefficients.
 

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: