kspaceFirstOrder3D-OMP
1.2
The C++ implementation of the k-wave toolbox for the time-domain simulation of acoustic wave fields in 3D
|
CBaseFloatMatrix | Abstract base class for float based matrices defining basic interface. Higher dimensional matrices stored as 1D arrays, row-major order |
CBaseIndexMatrix | Abstract base class for index based matrices defining basic interface. Higher dimensional matrices stored as 1D arrays, row-major order |
CBaseMatrix | Abstract base class. The common ancestor defining the common interface and allowing derived classes to be allocated, freed and loaded from the file using the Matrix container |
CBaseOutputStream | Abstract base class for output data streams (sampled data) |
CCommandLineParameters | The class to parse and store command line parameters |
CComplexMatrix | The class for complex matrices |
▼CCuboidOutputStream | Output stream for quantities sampled by a cuboid corner sensor mask |
CCuboidInfo | This structure information about a HDF5 dataset (one cuboid) |
CDimensionSizes | Structure with 4D dimension sizes (3 in space and 1 in time) |
CFftwComplexMatrix | Class implementing 3D and 1D Real-To-Complex and Complex-To-Real transforms using FFTW interface |
CHdf5File | Class wrapping the HDF5 routines |
CHdf5FileHeader | Class for HDF5 file header |
CIndexMatrix | The class for 64b unsigned integers (indices). It is used for linear and cuboid corners masks to get the address of sampled voxels |
CIndexOutputStream | Output stream for quantities sampled by an index sensor mask |
CKSpaceFirstOrder3DSolver | Class responsible for running the k-space first order 3D method |
CLogger | Static class implementing the user interface by info messages |
CMatrixContainer | Class implementing the matrix container |
CMatrixRecord | A structure storing details about the matrix |
COutputStreamContainer | A container for output streams |
CParameters | Class storing all parameters of the simulation |
CRealMatrix | The class for real matrices |
CTimeMeasure | Class measuring elapsed time |
CWholeDomainOutputStream | Output stream for quantities sampled in the whole domain |