|
file | api.h [code] |
| Main Hermes API.
|
|
file | array.h [code] |
| File containing primarily the class Array<class TYPE> and LightArray<class TYPE>.
|
|
file | c99_functions.h [code] |
| File containing definitions from the C99 standard that are missing in MSVC.
|
|
file | callstack.h [code] |
| File containing functionality for investigating call stack.
|
|
file | common.h [code] |
| File containing common definitions, and basic global enums etc. for HermesCommon.
|
|
file | compat.h [code] |
| File containing platform compatibility layer, especially for Win / MSVC.
|
|
file | config.h [code] |
|
file | exceptions.h [code] |
| File containing definition of exceptions classes.
|
|
file | hermes_common.h [code] |
| File containing includes of all HermesCommon functionality + solvers. Intended to be included.
|
|
file | hermes_function.h [code] |
|
file | matrix.h [code] |
| Basic matrix classes and operations.
|
|
file | mixins.h [code] |
| Mix-in classes for one functionality, for various classes to be derived from.
|
|
file | ord.h [code] |
| Contains class Ord for calculation of integration order.
|
|
file | qsort.h [code] |
| The QuickSort routine from glibc-2.5 modified for sorting int arrays.
|
|
file | tables.h [code] |
| Butcher tables. Including the class Table and enum ButcherTableType.
|
|
file | vector.h [code] |
| Base class for representations of vectors for different solvers.
|
|