Tatooine
Classes | Namespaces | Functions
streamsurface.h File Reference

Go to the source code of this file.

Classes

struct  tatooine::streamsurface< Flowmap, SeedcurveInterpolationKernel >
 
struct  tatooine::front_evolving_streamsurface_discretization< Streamsurface >
 
struct  tatooine::multi_front_evolving_streamsurface_discretization< Streamsurface >
 
struct  tatooine::naive_discretization< Streamsurface >
 
struct  tatooine::hultquist_discretization< Streamsurface >
 

Namespaces

namespace  tatooine
 

Functions

template<typename Flowmap >
 tatooine::streamsurface (Flowmap const &, arithmetic auto u0t0, arithmetic auto u1t0, line< typename Flowmap::real_type, Flowmap::num_dimensions()> const &seedcurve) -> streamsurface< Flowmap const &, interpolation::linear >
 
template<typename Flowmap >
 tatooine::streamsurface (Flowmap const &, arithmetic auto t0, line< typename Flowmap::real_type, Flowmap::num_dimensions()> const &seedcurve) -> streamsurface< Flowmap const &, interpolation::linear >
 
template<typename Flowmap >
 tatooine::streamsurface (Flowmap const &, line< typename Flowmap::real_type, Flowmap::num_dimensions()> const &) -> streamsurface< Flowmap const &, interpolation::linear >
 
template<typename Flowmap >
 tatooine::streamsurface (Flowmap &&, arithmetic auto u0t0, arithmetic auto u1t0, line< typename Flowmap::real_type, Flowmap::num_dimensions()> const &seedcurve) -> streamsurface< std::decay_t< Flowmap >, interpolation::linear >
 
template<typename Flowmap >
 tatooine::streamsurface (Flowmap &&, arithmetic auto t0, line< typename Flowmap::real_type, Flowmap::num_dimensions()> const &seedcurve) -> streamsurface< std::decay_t< Flowmap >, interpolation::linear >
 
template<typename Flowmap >
 tatooine::streamsurface (Flowmap &&, line< typename Flowmap::real_type, Flowmap::num_dimensions()> const &) -> streamsurface< std::decay_t< Flowmap >, interpolation::linear >