Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Attributes
aglowav2::AglowavBF00< F >::Nfld Struct Reference

Structure to hold the one scale near field one each level. More...

Collaboration diagram for aglowav2::AglowavBF00< F >::Nfld:
Collaboration graph
[legend]

List of all members.

Public Attributes

const Haar3d000< F > * elm
 Pointer to element in the near field.
struct Nfldlnk
 Pointer to next near field entry.
F * valXY
 Near field entries stored row wise.
F * valYX
 Near field entries stored row wise.

Detailed Description

template<class F = concepts::Real>
struct aglowav2::AglowavBF00< F >::Nfld

Structure to hold the one scale near field one each level.

Definition at line 30 of file bform.hh.


Member Data Documentation

template<class F = concepts::Real>
const Haar3d000<F>* aglowav2::AglowavBF00< F >::Nfld::elm

Pointer to element in the near field.

Definition at line 34 of file bform.hh.

template<class F = concepts::Real>
struct Nfld* aglowav2::AglowavBF00< F >::Nfld::lnk

Pointer to next near field entry.

Definition at line 32 of file bform.hh.

template<class F = concepts::Real>
F* aglowav2::AglowavBF00< F >::Nfld::valXY

Near field entries stored row wise.

Definition at line 36 of file bform.hh.

template<class F = concepts::Real>
F* aglowav2::AglowavBF00< F >::Nfld::valYX

Near field entries stored row wise.

Definition at line 38 of file bform.hh.


The documentation for this struct was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)