![]() |
kspaceFirstOrder3D-OMP
1.1
The C++ implementation of the k-wave toolbox for the time-domain simulation of acoustic wave fields in 3D
|
The header file containing all error messages of the project. More...
Go to the source code of this file.
Variables | |
const char *const | HDF5_ERR_FMT_FileNotCreated = "Error: File \"%s\" could not be created!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_FileCannotRecreated = "Error: Cannot recreate an opened file \"%s\"!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_FileCannotReopen = "Error: Cannot reopen an opened file \"%s\"!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_FileNotClosed = "Error: File \"%s\" could not be closed!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_CouldNotWriteTo = "Error: Could not write into \"%s\" dataset!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_CouldNotReadFrom = "Error: Could not read from \"%s\" dataset!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_WrongDimensionSizes = "Error: Dataset \"%s\" has wrong dimension sizes!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_FileNotOpened = "Error: File \"%s\" could not be opened!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_NotHDF5File = "Error: File \"%s\" is not a valid HDF5 file!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_DatasetNotOpened = "Error: File \"%s\" could not open dataset \"%s\"!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_CouldNotSetCompression = "Error: File \"%s\", dataset \"%s\" could set compression level [%ld]!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_BadAttributeValue = "Error: Bad attribute value: [%s,%s] = %s" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_CouldNotWriteToAttribute = "Error: Could not write into \"%s\" attribute of \"%s\" dataset!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_CouldNotReadFromAttribute = "Error: Could not read from \"%s\" attribute of \"%s\" dataset!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_GroupNotCreated = "Error: Could not create group \"%s\" in file \"%s\"!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_GroupNotOpened = "Error: Could not open group \"%s\" in file \"%s\"!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_BadInputFileType = "Error: The input file has not a valid format!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_BadOutputFileType = "Error: The output file has not a valid format!\n" |
HDF5 error message. | |
const char *const | HDF5_ERR_FMT_BadCheckpointFileType = "Error: The checkpoint file has not a valid format!\n" |
HDF5 error message. | |
const char *const | Matrix_ERR_FMT_NotEnoughMemory = "Error: Class %s: Memory allocation failed: Not Enough Memory\n" |
Matrix class error message. | |
const char *const | Matrix_ERR_FMT_MatrixNotFloat = "Error: Matrix [%s] data type is not of single precision floating point!\n" |
Matrix class error message. | |
const char *const | Matrix_ERR_FMT_MatrixNotReal = "Error: Matrix [%s] domain is not real!\n" |
Matrix class error message. | |
const char *const | Matrix_ERR_FMT_MatrixNotComplex = "Error: Matrix [%s] domain is not complex!\n" |
Matrix class error message. | |
const char *const | Matrix_ERR_FMT_MatrixNotLong = "Error: Matrix [%s] data type is not unsigned long (uint64_t)!\n" |
Matrix class error message. | |
const char *const | MatrixContainer_ERR_FMT_RecordUnknownDistributionType |
Matrix container error message. More... | |
const char *const | MatrixContainer_ERR_FMT_ReloactaionError |
Matrix container error message. More... | |
const char *const | CommandlineParameters_ERR_FMT_NoVerboseIntreval = "Command line parsing error: No or invalid verbose interval provided!\n" |
Command line parameters error message. | |
const char *const | CommandlineParameters_ERR_FMT_NoThreadNumbers = "Command line parsing error: No or invalid number of CPU threads!\n" |
Command line parameters error message. | |
const char *const | CommandlineParameters_ERR_FMT_NoCompressionLevel = "Command line parsing error: No or invalid compression level!\n" |
Command line parameters error message. | |
const char *const | CommandlineParameters_ERR_FMT_NoStartTimestep = "Command line parsing error: No or invalid collection start time step!\n" |
Command line parameters error message. | |
const char *const | CommandlineParameters_ERR_FMT_NoBenchmarkTimeStepCount = "Command line parsing error: No or invalid benchmark time step count!\n" |
Command line parameters error message. | |
const char *const | CommandlineParameters_ERR_FMT_NoInputFile = "Error: The input file was not specified!\n" |
Command line parameters error message. | |
const char *const | CommandlineParameters_ERR_FMT_NoOutputFile = "Error: The output file was not specified!\n" |
Command line parameters error message. | |
const char *const | CommandlineParameters_ERR_FMT_NoCheckpointFile = "Error: The checkpoint file was not specified!\n" |
Command line parameters error message. | |
const char *const | CommandlineParameters_ERR_FMT_NoCheckpointInterval = "Error: The checkpoint interval was not specified!\n" |
Command line parameters error message. | |
const char *const | Parameters_ERR_FMT_Illegal_alpha_power_value = "Error: Illegal value of alpha_power!" |
Command line parameters error message. | |
const char *const | Parameters_ERR_FMT_Illegal_StartTime_value = "Error: The start index is out of the simulation span <%ld, %ld>!\n" |
Command line parameters error message. | |
const char *const | Parameters_ERR_FMT_IncorrectInputFileFormat = "Error: Incorrect input file\"%s\" format!\n" |
Command line parameters error message. | |
const char *const | Parameters_ERR_FMT_IncorrectMajorHDF5FileVersion = "Error: Incorrect major version of the HDF5 file %s (expected is %s)!\n" |
Command line parameters error message. | |
const char *const | Parameters_ERR_FMT_IncorrectMinorHDF5FileVersion = "Error: Incorrect minor version of the HDF5 file %s (expected is %s)!\n" |
Command line parameters error message. | |
const char *const | Parameters_ERR_FMT_WrongSensorMaskType = "Error: The sensor mask type specified in the input file is not supported! \n" |
Command line parameters error message. | |
const char *const | Parameters_ERR_FMT_UNonStaggeredNotSupportedForFile10 = "Error: --u_non_staggered_raw is not supported along with the input file of the version 1.0! \n" |
Command line parameters error message. | |
const char *const | FFTWComplexMatrix_ERR_FMT_PlanNotCreated = "Error: The FFTW plan creation for %s failed! \n" |
FFTW error message. | |
const char *const | FFTWComplexMatrix_ERR_FMT_InvalidPlan = "Error: Invalid plan for %s! \n" |
FFTW error message. | |
const char *const | FFTW_WARNING_FMT_WisdomNotExported = "Warning: Wisdom could not be exported!\n" |
FFTW error message. | |
const char *const | FFTW_WARNING_FMT_WisdomNotImported = "Warning: Wisdom could not be imported!\n" |
FFTW error message. | |
const char *const | KSpaceFirstOrder3DSolver_ERR_FMT_IncorrectCheckpointFileFormat = "Error: Incorrect checkpoint file \"%s\" format!\n" |
KSpaceFirstOrder3DSolver error message. | |
const char *const | KSpaceFirstOrder3DSolver_ERR_FMT_IncorrectOutputFileFormat = "Error: Incorrect output file \"%s\" format!\n" |
KSpaceFirstOrder3DSolver error message. | |
const char *const | KSpaceFirstOrder3DSolver_ERR_FMT_CheckpointDimensionsDoNotMatch = "Error: The dimensions [%ld, %ld, %ld] of the checkpoint file don't match the simulation dimensions [%ld, %ld, %ld] \n" |
KSpaceFirstOrder3DSolver error message. | |
const char *const | KSpaceFirstOrder3DSolver_ERR_FMT_OutputDimensionsDoNotMatch = "Error: The dimensions [%ld, %ld, %ld] of the output file don't match the simulation dimensions [%ld, %ld, %ld] \n" |
KSpaceFirstOrder3DSolver error message. | |
This file is part of the C++ extension of the k-Wave Toolbox (http://www.k-wave.org).
Copyright (C) 2014 Jiri Jaros and Bradley Treeby
This file is part of k-Wave. k-Wave is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
k-Wave is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with k-Wave. If not, see http://www.gnu.org/licenses/.
Definition in file ErrorMessages.h.
const char* const MatrixContainer_ERR_FMT_RecordUnknownDistributionType |
Definition at line 94 of file ErrorMessages.h.
const char* const MatrixContainer_ERR_FMT_ReloactaionError |
Definition at line 99 of file ErrorMessages.h.