Enum oti_errors#

Enum Documentation#

enum oti_errors#

Values:

enumerator OTI_success#

Success.

enumerator OTI_OutOfMemory#

Out of memory.

enumerator OTI_BadIndx#

indexing error.

enumerator OTI_NonPreComp#

No precomputed data is available.

enumerator OTI_NotImplemented#

Not implemented.

enumerator OTI_BadDim#

Wrong dimensions of array operations.

enumerator OTI_FEM_InvalidBaseId#

invalid base Id. It pops up when for example for P0 elements that only have 1 basis function you ask for basis 2 (that does not exist).

enumerator OTI_FEM_InvalidElementType#

Invalid basic element type.

enumerator OTI_FEM_NotImplemented#

Operation not yet implemented.

enumerator OTI_undetErr#

Undetermined error.