Radial support and analysis step for the SAW perturbation initializer. More...
#include "globals.hpp"
Public Member Functions | |
| void | init_s () |
| Allocate the radial support and load its four default bounds. | |
| InitializeSaw () | |
| Construct SAW state with deferred radial-array allocation. | |
Public Attributes | |
| Real | dtana = 0.02 |
| Normalized analysis-time increment for the SAW mode. | |
| Kokkos::View< Real[4]> | s |
| Four normalized radii delimiting the SAW envelope. | |
| bool | s_initialized = false |
Whether s owns Kokkos storage. | |
Radial support and analysis step for the SAW perturbation initializer.
|
inline |
Construct SAW state with deferred radial-array allocation.
|
inline |
Allocate the radial support and load its four default bounds.
References s, and s_initialized.
| Real orb5x::InitializeSaw::dtana = 0.02 |
Normalized analysis-time increment for the SAW mode.
| Kokkos::View<Real[4]> orb5x::InitializeSaw::s |
Four normalized radii delimiting the SAW envelope.
Referenced by init_s().
| bool orb5x::InitializeSaw::s_initialized = false |
Whether s owns Kokkos storage.
Referenced by init_s().