SIRIUS 7.5.0
Electronic structure library and applications
|
Describe external pointers to periodic function. More...
#include <typedefs.hpp>
Public Member Functions | |
periodic_function_ptr_t (spheric_function_set_ptr_t< T > mt__, smooth_periodic_function_ptr_t< T > rg__) | |
Public Attributes | |
spheric_function_set_ptr_t< T > | mt |
smooth_periodic_function_ptr_t< T > | rg |
Describe external pointers to periodic function.
In case when data is allocated by the calling code, the pointers to muffin-tin and real-space grids can be passed to Periodic_function to avoid allocation on the SIRIUS side.
Definition at line 255 of file typedefs.hpp.
|
inline |
Definition at line 260 of file typedefs.hpp.
|
inline |
Definition at line 264 of file typedefs.hpp.
spheric_function_set_ptr_t<T> sirius::periodic_function_ptr_t< T >::mt |
Definition at line 257 of file typedefs.hpp.
smooth_periodic_function_ptr_t<T> sirius::periodic_function_ptr_t< T >::rg |
Definition at line 258 of file typedefs.hpp.