Chi-Tech
chi_mesh_utilities.cc File Reference
#include "chi_mesh.h"

Go to the source code of this file.

Functions

chi_mesh::Vector3 operator* (const double value, const chi_mesh::Vector3 &that)
 
chi_mesh::TensorRank2Dim3 operator* (const double value, const chi_mesh::TensorRank2Dim3 &that)
 

Function Documentation

◆ operator*() [1/2]

chi_mesh::TensorRank2Dim3 operator* ( const double  value,
const chi_mesh::TensorRank2Dim3 that 
)

Rank-2 dim-3 tensor multiplied from the left with a scalar. $ \vec{\vec{W}} = \alpha \vec{\vec{T}} $

Definition at line 69 of file chi_mesh_utilities.cc.

◆ operator*() [2/2]

chi_mesh::Vector3 operator* ( const double  value,
const chi_mesh::Vector3 that 
)

Returns a 3D vector multiplied by the given scalar from the left. $ \vec{w} = \alpha \vec{x}$

Definition at line 31 of file chi_mesh_utilities.cc.