QMCPACK
NESpaceGridTests< REAL > Class Template Reference
+ Collaboration diagram for NESpaceGridTests< REAL >:

Static Public Member Functions

static const auto & getData (const NESpaceGrid< REAL > &nesg)
 
static int getBufferStart (const NESpaceGrid< REAL > &nesg)
 
static int getBufferEnd (const NESpaceGrid< REAL > &nesg)
 
static auto * getOdu (const NESpaceGrid< REAL > &nesg)
 

Detailed Description

template<typename REAL>
class qmcplusplus::testing::NESpaceGridTests< REAL >

Definition at line 48 of file NESpaceGrid.h.

Member Function Documentation

◆ getBufferEnd()

static int getBufferEnd ( const NESpaceGrid< REAL > &  nesg)
inlinestatic

Definition at line 38 of file test_NESpaceGrid.cpp.

References NESpaceGrid< REAL >::buffer_end_.

38 { return nesg.buffer_end_; }

◆ getBufferStart()

static int getBufferStart ( const NESpaceGrid< REAL > &  nesg)
inlinestatic

Definition at line 37 of file test_NESpaceGrid.cpp.

References NESpaceGrid< REAL >::buffer_start_.

37 { return nesg.buffer_start_; }

◆ getData()

static const auto& getData ( const NESpaceGrid< REAL > &  nesg)
inlinestatic

Definition at line 36 of file test_NESpaceGrid.cpp.

References NESpaceGrid< REAL >::data_.

36 { return nesg.data_; }

◆ getOdu()

static auto* getOdu ( const NESpaceGrid< REAL > &  nesg)
inlinestatic

Definition at line 39 of file test_NESpaceGrid.cpp.

References NESpaceGrid< REAL >::odu_.

39 { return nesg.odu_; }

The documentation for this class was generated from the following files: