Skip to content
Snippets Groups Projects
Commit be7f8b60 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[Doc] documented curves

parent 712a7490
No related branches found
No related tags found
No related merge requests found
Defines a single curve.
The curve is given by a set of coordinates (the arguments) and a set of values
at these coordinates. The values for any arguments between the given coordinates
are obtained via linear interpolation.
Coordinates at which the curve's values are given.
\ogs_missing_documentation
Name of the curve.
It is used to reference the curve, e.g., in parameter definitions.
Values of the curve at the given coordinates.
Contains curve definitions.
Curves are scalar valued functions of a scalar argument.
They can be used, e.g., to define time-dependent quantities.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment