![]() |
kspaceFirstOrder3D-OMP
1.1
The C++ implementation of the k-wave toolbox for the time-domain simulation of acoustic wave fields in 3D
|
Files | |
file | BaseFloatMatrix.cpp [code] |
The implementation file containing the base class for single precisions floating point numbers (floats) | |
file | BaseFloatMatrix.h [code] |
The header file containing the base class for single precisions floating point numbers (floats) | |
file | BaseIndexMatrix.cpp [code] |
The implementation file containing the base class for index matrices (based on the size_t datatype). | |
file | BaseIndexMatrix.h [code] |
The header file containing the base class for index matrices (based on the size_t datatype). | |
file | BaseMatrix.h [code] |
The header file of the common ancestor of all matrix classes. A pure abstract class. | |
file | ComplexMatrix.cpp [code] |
The implementation file with the class for complex matrices. | |
file | ComplexMatrix.h [code] |
The header file with the class for complex matrices. | |
file | FFTWComplexMatrix.cpp [code] |
The implementation file containing the class that implements 3D FFT using the FFTW interface. | |
file | FFTWComplexMatrix.h [code] |
The header file containing the class that implements 3D FFT using the FFTW interface. | |
file | IndexMatrix.cpp [code] |
The implementation file containing the class for 64b integer matrices. | |
file | IndexMatrix.h [code] |
The header file containing the class for 64b integer matrices. | |
file | MatrixContainer.cpp [code] |
The implementation file containing the matrix container. | |
file | MatrixContainer.h [code] |
The header file containing the matrix container. | |
file | OutputHDF5Stream.cpp [code] |
The implementation file of classes responsible for storing output quantities into the output HDF5 file. | |
file | OutputHDF5Stream.h [code] |
The header file of classes responsible for storing output quantities into the output HDF5 file. | |
file | RealMatrix.cpp [code] |
The implementation file containing the class for real matrices. | |
file | RealMatrix.h [code] |
The header file containing the class for real matrices. | |
file | UXYZ_SGXYZMatrix.cpp [code] |
The implementation file containing the particle velocity matrix. | |
file | UXYZ_SGXYZMatrix.h [code] |
The header file containing the particle velocity matrix. | |