My Project
|
Files | |
file | ConditionalStorage.hpp [code] |
A simple class which only stores a given member attribute if a boolean condition is true. | |
file | EnsureFinalized.hpp [code] |
Default implementation for asserting finalization of parameter objects. | |
file | Exceptions.hpp [code] |
Provides the opm-material specific exception classes. | |
file | FastSmallVector.hpp [code] |
An implementation of vector/array based on small object optimization. | |
file | HasMemberGeneratorMacros.hpp [code] |
This macro generates a class HasMember_${MEMBER_NAME} which can be used for template specialization. | |
file | IntervalTabulated2DFunction.hpp [code] |
Implements a function that depends on two variables. | |
file | MathToolbox.hpp [code] |
A traits class which provides basic mathematical functions for arbitrary scalar floating point values. | |
file | Means.hpp [code] |
Implements some common averages. | |
file | OpmFinal.hpp [code] |
This file provides a wrapper around the "final" C++-2011 statement. | |
file | PolynomialUtils.hpp [code] |
Provides free functions to invert polynomials of degree 1, 2 and 3. | |
file | quad.hpp [code] |
This file provides the infrastructure to use quad-precision floating point values in the numerical models. | |
file | ResetLocale.hpp [code] |
Provides a free function to reset the localization settings. | |
file | Spline.hpp [code] |
Class implementing cubic splines. | |
file | Tabulated1DFunction.hpp [code] |
Implements a linearly interpolated scalar function that depends on one variable. | |
file | TridiagonalMatrix.hpp [code] |
Provides a tridiagonal matrix that also supports non-zero entries in the upper right and lower left. | |
file | UniformTabulated2DFunction.hpp [code] |
Implements a scalar function that depends on two variables and which is sampled on an uniform X-Y grid. | |
file | UniformXTabulated2DFunction.hpp [code] |
Implements a scalar function that depends on two variables and which is sampled uniformly in the X direction, but non-uniformly on the Y axis-. | |
file | Valgrind.hpp [code] |
Some templates to wrap the valgrind client request macros. | |