1#ifndef TATOOINE_ORBIT_H
2#define TATOOINE_ORBIT_H
9template <
typename Real>
20 return vec_t{-x(1), x(0), -x(2)} +
21 (
vec_t{x(0), x(1), 0} * (length(
vec{x(0), x(1)}) - r));
Definition: cylinder_flow.h:6
vec< real_type, NumDimensions > pos_type
Definition: field.h:20
Tensor tensor_type
Definition: field.h:18
constexpr tensor_type evaluate(const pos_type &x, Real) const
Definition: orbit.h:18
Tensor tensor_type
Definition: field.h:18