Far field matrix F. More...
#include <f04.hh>


Classes | |
| class | Ffld |
| Class to store the far field coefficients. More... | |
Public Types | |
| typedef ClstF< NodeX, NodeY >::FX | FX |
| typedef ClstF< NodeX, NodeY >::FY | FY |
| typedef ClstF< NodeX, NodeY > ::NfldNodes | NfldNodes |
| typedef ClstF< NodeX, NodeY > ::NfldScan | NfldScan |
| typedef ClstF< NodeX, NodeY > ::TraitsX | TraitsX |
| Interface of the far field. | |
| typedef ClstF< NodeX, NodeY > ::TraitsY | TraitsY |
Public Member Functions | |
| F04 (const Tree< NodeX > &treeX, const Tree< NodeY > &treeY, const ExpansionF< FX > &exp, concepts::Real eta, concepts::Real s, uint minsz) | |
| std::ostream & | info (std::ostream &os, uint idxX, uint idxY) const |
| float | memory () const |
| Memory used by F04 in bytes. | |
| void | operator() (const ClstY< NodeY > &vecY, ClstX< NodeX > &vecX) const |
| Application operator. | |
| NfldScan * | scan () const |
| ~F04 () | |
Protected Member Functions | |
| std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Member Functions | |
| void | constructor_ (const NodeX *clstX, const NodeY *clstY, concepts::Real *Imax) |
| Constructor for recursive calls. | |
| template<class Trts , class Nd > | |
| uint | info_ (uint idx, const Nd *clst, __gnu_cxx::hash_map< uint, uint > &nlf) const |
Private Attributes | |
| concepts::Real | eta_ |
| const ExpansionF< FX > & | exp_ |
| Kernel expansion. | |
| Ffld * | ffld_ |
| Far field entries. | |
| uint | m_ |
| Expansion order. | |
| uint | minsz_ |
| Minimal size for a cluster pair in the far field. | |
| uint | nffld_ |
| Number of far field entries. | |
| uint | nffldval_ |
| concepts::Joiner< NfldNodes, 1 > * | nfld_ |
| Near field entries. | |
| uint | nnfld_ |
| Number of near field entries. | |
| concepts::Real | s_ |
| const Tree< NodeX > & | treeX_ |
| Cluster trees. | |
| const Tree< NodeY > & | treeY_ |
Far field matrix F.
Intensity driven expansion order.
| typedef ClstF<NodeX, NodeY>::FX cluster::F04< NodeX, NodeY >::FX |
Reimplemented from cluster::ClstF< NodeX, NodeY >.
| typedef ClstF<NodeX, NodeY>::FY cluster::F04< NodeX, NodeY >::FY |
Reimplemented from cluster::ClstF< NodeX, NodeY >.
| typedef ClstF<NodeX, NodeY>::NfldNodes cluster::F04< NodeX, NodeY >::NfldNodes |
Reimplemented from cluster::ClstF< NodeX, NodeY >.
| typedef ClstF<NodeX, NodeY>::NfldScan cluster::F04< NodeX, NodeY >::NfldScan |
Reimplemented from cluster::ClstF< NodeX, NodeY >.
| typedef ClstF<NodeX, NodeY>::TraitsX cluster::F04< NodeX, NodeY >::TraitsX |
Interface of the far field.
Reimplemented from cluster::ClstF< NodeX, NodeY >.
| typedef ClstF<NodeX, NodeY>::TraitsY cluster::F04< NodeX, NodeY >::TraitsY |
Reimplemented from cluster::ClstF< NodeX, NodeY >.
| cluster::F04< NodeX, NodeY >::F04 | ( | const Tree< NodeX > & | treeX, |
| const Tree< NodeY > & | treeY, | ||
| const ExpansionF< FX > & | exp, | ||
| concepts::Real | eta, | ||
| concepts::Real | s, | ||
| uint | minsz | ||
| ) |
| cluster::F04< NodeX, NodeY >::~F04 | ( | ) |
| void cluster::F04< NodeX, NodeY >::constructor_ | ( | const NodeX * | clstX, |
| const NodeY * | clstY, | ||
| concepts::Real * | Imax | ||
| ) | [private] |
Constructor for recursive calls.
| std::ostream& cluster::F04< NodeX, NodeY >::info | ( | std::ostream & | os, |
| uint | idxX, | ||
| uint | idxY | ||
| ) | const |
| std::ostream& cluster::F04< NodeX, NodeY >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
| uint cluster::F04< NodeX, NodeY >::info_ | ( | uint | idx, |
| const Nd * | clst, | ||
| __gnu_cxx::hash_map< uint, uint > & | nlf | ||
| ) | const [private] |
| float cluster::F04< NodeX, NodeY >::memory | ( | ) | const [inline] |
| void cluster::F04< NodeX, NodeY >::operator() | ( | const ClstY< NodeY > & | vecY, |
| ClstX< NodeX > & | vecX | ||
| ) | const [virtual] |
Application operator.
Implements cluster::ClstF< NodeX, NodeY >.
| NfldScan* cluster::F04< NodeX, NodeY >::scan | ( | ) | const [inline, virtual] |
Implements cluster::ClstF< NodeX, NodeY >.
concepts::Real cluster::F04< NodeX, NodeY >::eta_ [private] |
const ExpansionF<FX>& cluster::F04< NodeX, NodeY >::exp_ [private] |
Ffld* cluster::F04< NodeX, NodeY >::ffld_ [private] |
uint cluster::F04< NodeX, NodeY >::m_ [private] |
uint cluster::F04< NodeX, NodeY >::minsz_ [private] |
uint cluster::F04< NodeX, NodeY >::nffld_ [private] |
uint cluster::F04< NodeX, NodeY >::nffldval_ [private] |
concepts::Joiner<NfldNodes, 1>* cluster::F04< NodeX, NodeY >::nfld_ [private] |
uint cluster::F04< NodeX, NodeY >::nnfld_ [private] |
concepts::Real cluster::F04< NodeX, NodeY >::s_ [private] |
const Tree<NodeX>& cluster::F04< NodeX, NodeY >::treeX_ [private] |
const Tree<NodeY>& cluster::F04< NodeX, NodeY >::treeY_ [private] |