Parameters describing the numerical settings used in the simulation. More...
Public Member Functions | |
| function get | nmax (in obj) |
| Get method for nmax. More... | |
| function | deviceArray (in obj, in arr_in) |
| Returns a gpuArray if gpuFlag, and a usual array otherwise. More... | |
Public Attributes | |
| Property | lmax |
| maximal polar multipole order More... | |
| Property | polarAnglesArray |
| array of polar angles (between 0 and pi) that specifies the discretization of angles in the plane wave patterns More... | |
| Property | azimuthalAnglesArray |
| array of azimuthal angles (between 0 and 2*pi) that specifies the discretization of angles in the plane wave patterns More... | |
| Property | gpuFlag |
| shall the GPU be used in computations of, e.g., the preconditioner? NOTE: In the current version, the GPU is alway used for the matrix vector products. More... | |
| Property | solver |
| celes_solver object that contains all the information about how the linear system is to be solved More... | |
| Property | particleDistanceResolution |
| resolution of the radial particle distance in the lookup tables of the translation operator More... | |
| Property | nmax |
| number of unknowns per particle More... | |
Parameters describing the numerical settings used in the simulation.
| function deviceArray | ( | in | obj, |
| in | arr_in | ||
| ) |
Returns a gpuArray if gpuFlag, and a usual array otherwise.
| Array | x |
| function get nmax | ( | in | obj | ) |
Get method for nmax.
| Property azimuthalAnglesArray |
array of azimuthal angles (between 0 and 2*pi) that specifies the discretization of angles in the plane wave patterns
| Property gpuFlag |
shall the GPU be used in computations of, e.g., the preconditioner? NOTE: In the current version, the GPU is alway used for the matrix vector products.
Future versions might offer the opportunity to run the whole calculation on the CPU
| Property lmax |
maximal polar multipole order
| Property nmax |
number of unknowns per particle
| Property particleDistanceResolution |
resolution of the radial particle distance in the lookup tables of the translation operator
| Property polarAnglesArray |
array of polar angles (between 0 and pi) that specifies the discretization of angles in the plane wave patterns
| Property solver |
celes_solver object that contains all the information about how the linear system is to be solved
1.8.13