flow.hpp File Reference
Classes for flow fields. More...
Go to the source code of this file.
Classes | |
class | LCS::FlowField< T, Dim > |
Class for flow field. More... | |
class | LCS::ContinuousFlowField< T, Func, Dim > |
Class for flow fields with a continous velocity function. More... | |
class | LCS::FlowField< T, Dim > |
Class for flow field. More... | |
class | LCS::DiscreteFlowField< T, Dim > |
Class for flow fields with discrete data. More... | |
class | LCS::ContinuousFlowField< T, Func, Dim > |
Class for flow fields with a continous velocity function. More... | |
Namespaces | |
LCS | |
Namespace for the whole project. | |
Enumerations | |
enum | LCS::Direction { LCS::Forward, LCS::Backward } |
Detailed Description
Classes for flow fields.
This file contains classes for reprensenting flow fields. It includes a general FlowField class, and its subclasses DiscreteFlowField and ContinuousFlowField, which are for discrete input data (e.g. from experiments and simulations) and continuous input data (when analytic velocity function is known) respectively.