Chi-Tech
chi_meshvector.h File Reference
#include <iostream>
#include <cmath>
#include <sstream>

Go to the source code of this file.

Data Structures

struct  chi_mesh::Vector3
 

Namespaces

namespace  chi_mesh
 

Functions

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

Function Documentation

◆ operator*()

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.