cluster::Nfld< NodeX, NodeY > Class Template Reference

Class to store a pair of clusters in the near field. More...

#include <f.hh>

Public Member Functions

const NodeX * clstX () const
 
const NodeY * clstY () const
 
 Nfld ()
 
 Nfld (const NodeX *x, const NodeY *y)
 

Private Attributes

const NodeX * x_
 Pointers to the clusters in the near field. More...
 
const NodeY * y_
 

Detailed Description

template<class NodeX, class NodeY>
class cluster::Nfld< NodeX, NodeY >

Class to store a pair of clusters in the near field.

Parameters
NodeXCluster node
NodeYCluster node

Definition at line 22 of file f.hh.

Constructor & Destructor Documentation

◆ Nfld() [1/2]

template<class NodeX , class NodeY >
cluster::Nfld< NodeX, NodeY >::Nfld ( )
inline

Definition at line 28 of file f.hh.

◆ Nfld() [2/2]

template<class NodeX , class NodeY >
cluster::Nfld< NodeX, NodeY >::Nfld ( const NodeX *  x,
const NodeY *  y 
)
inline

Definition at line 29 of file f.hh.

Member Function Documentation

◆ clstX()

template<class NodeX , class NodeY >
const NodeX* cluster::Nfld< NodeX, NodeY >::clstX ( ) const
inline

Definition at line 31 of file f.hh.

◆ clstY()

template<class NodeX , class NodeY >
const NodeY* cluster::Nfld< NodeX, NodeY >::clstY ( ) const
inline

Definition at line 32 of file f.hh.

Member Data Documentation

◆ x_

template<class NodeX , class NodeY >
const NodeX* cluster::Nfld< NodeX, NodeY >::x_
private

Pointers to the clusters in the near field.

Definition at line 24 of file f.hh.

◆ y_

template<class NodeX , class NodeY >
const NodeY* cluster::Nfld< NodeX, NodeY >::y_
private

Definition at line 25 of file f.hh.


The documentation for this class 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