SIRIUS 7.5.0
Electronic structure library and applications
|
3D vector function. More...
#include <spheric_function.hpp>
Inherits std::array< Spheric_function< domain_t, std::complex< double > >, 3 >.
Public Member Functions | |
Spheric_vector_function () | |
Default constructor does nothing. More... | |
Spheric_vector_function (int angular_domain_size__, Radial_grid< double > const &radial_grid__) | |
Radial_grid< double > const & | radial_grid () const |
int | angular_domain_size () const |
Private Attributes | |
Radial_grid< double > const * | radial_grid_ {nullptr} |
int | angular_domain_size_ {-1} |
3D vector function.
Definition at line 210 of file spheric_function.hpp.
|
inline |
Default constructor does nothing.
Definition at line 221 of file spheric_function.hpp.
|
inline |
Definition at line 225 of file spheric_function.hpp.
|
inline |
Definition at line 234 of file spheric_function.hpp.
|
inline |
Definition at line 240 of file spheric_function.hpp.
|
private |
Definition at line 214 of file spheric_function.hpp.
|
private |
Definition at line 216 of file spheric_function.hpp.