CSol
|
#include "Workspace/DataExecution/DataObjects/datafactorytraits.h"
#include "csol_plugin_api.h"
#include "series/csol_timeseries.h"
#include <stdexcept>
#include <algorithm>
#include <cmath>
Classes | |
class | Tri< T > |
Interpolated triangular shape function implementation. More... | |
Namespaces | |
CSIRO | |
CSIRO::CSol | |
Typedefs | |
typedef Tri< REAL > | TriScalar |
Interpolated triangular scalar. More... | |
typedef Tri< CSIRO::CSol::TimeSeries > | TriTimeSeries |
Interpolated triangular timeseries. More... | |