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...
 

Detailed Description

Parameters describing the numerical settings used in the simulation.

Member Function Documentation

◆ deviceArray()

function deviceArray ( in  obj,
in  arr_in 
)

Returns a gpuArray if gpuFlag, and a usual array otherwise.

Parameters
Arrayx
Returns
gpuArray(x) if gpuFlag, otherwise x

◆ nmax()

function get nmax ( in  obj)

Get method for nmax.

Member Data Documentation

◆ azimuthalAnglesArray

Property azimuthalAnglesArray

array of azimuthal angles (between 0 and 2*pi) that specifies the discretization of angles in the plane wave patterns

◆ gpuFlag

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

◆ lmax

Property lmax

maximal polar multipole order

◆ nmax

Property nmax

number of unknowns per particle

◆ particleDistanceResolution

Property particleDistanceResolution

resolution of the radial particle distance in the lookup tables of the translation operator

◆ polarAnglesArray

Property polarAnglesArray

array of polar angles (between 0 and pi) that specifies the discretization of angles in the plane wave patterns

◆ solver

Property solver

celes_solver object that contains all the information about how the linear system is to be solved


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