ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Protected Member Functions | Protected Attributes | List of all members
NumericalRadialTest Class Reference
Inheritance diagram for NumericalRadialTest:
Collaboration diagram for NumericalRadialTest:

Protected Member Functions

void SetUp ()
 
void TearDown ()
 

Protected Attributes

int sz_max = 10000
 size of each buffer
 
double * grid = nullptr
 buffer for input grid
 
double * f = nullptr
 buffer for input values
 
double * g = nullptr
 buffer for reference values
 
NumericalRadial chi
 object under test
 
double tol = 1e-8
 tolerance for element-wise numerical error
 

Detailed Description

Tested functions:

Member Function Documentation

◆ SetUp()

void NumericalRadialTest::SetUp ( )
protected

◆ TearDown()

void NumericalRadialTest::TearDown ( )
protected

Member Data Documentation

◆ chi

NumericalRadial NumericalRadialTest::chi
protected

object under test

◆ f

double* NumericalRadialTest::f = nullptr
protected

buffer for input values

◆ g

double* NumericalRadialTest::g = nullptr
protected

buffer for reference values

◆ grid

double* NumericalRadialTest::grid = nullptr
protected

buffer for input grid

◆ sz_max

int NumericalRadialTest::sz_max = 10000
protected

size of each buffer

◆ tol

double NumericalRadialTest::tol = 1e-8
protected

tolerance for element-wise numerical error


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