/home/runner/work/amr-wind/amr-wind/amr-wind/core/vs/tensorI.H File Reference

AMR-Wind API: /home/runner/work/amr-wind/amr-wind/amr-wind/core/vs/tensorI.H File Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
tensorI.H File Reference
#include <cmath>
#include "amr-wind/core/vs/tensor.H"
#include "amr-wind/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  amr_wind
 
namespace  amr_wind::vs
 

Functions

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