/home/runner/work/kynema-sgf/kynema-sgf/src/core/vs/tensorI.H File Reference

Kynema-SGF API: /home/runner/work/kynema-sgf/kynema-sgf/src/core/vs/tensorI.H File Reference
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
tensorI.H File Reference
#include <cmath>
#include "src/core/vs/tensor.H"
#include "src/utilities/trig_ops.H"
Include dependency graph for tensorI.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  kynema_sgf
 This test case is intended as an evaluation of the momentum advection scheme.
namespace  kynema_sgf::vs

Functions

template<typename T, typename OStream>
OStream & kynema_sgf::vs::operator<< (OStream &out, const TensorT< T > &t)
template<typename T>
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE VectorT< T > kynema_sgf::vs::operator& (const TensorT< T > &t, const VectorT< T > &v)
template<typename T>
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE VectorT< T > kynema_sgf::vs::operator& (const VectorT< T > &v, const TensorT< T > &t)
template<typename T>
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE TensorT< T > kynema_sgf::vs::operator& (const TensorT< T > &t1, const TensorT< T > &t2)
template<typename T>
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE TensorT< T > kynema_sgf::vs::operator+ (const TensorT< T > &t1, const TensorT< T > &t2)
template<typename T>
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE TensorT< T > kynema_sgf::vs::operator- (const TensorT< T > &t1, const TensorT< T > &t2)
template<typename T>
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE T kynema_sgf::vs::operator&& (const TensorT< T > &t1, const TensorT< T > &t2)
template<typename T>
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE T kynema_sgf::vs::mag_sqr (const TensorT< T > &t)
template<typename T>
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE T kynema_sgf::vs::mag (const TensorT< T > &t)
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Tensor kynema_sgf::vs::xrot (const amrex::Real angle)
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Tensor kynema_sgf::vs::yrot (const amrex::Real angle)
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Tensor kynema_sgf::vs::zrot (const amrex::Real angle)
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Tensor kynema_sgf::vs::quaternion (const Vector &axis, const amrex::Real angle)