Chi-Tech
chi_math_mpi.h
Go to the documentation of this file.
1#ifndef CHITECH_CHI_MATH_MPI_H
2#define CHITECH_CHI_MATH_MPI_H
3
4#include "chi_mpi.h"
5#include <vector>
6typedef std::vector<double> VecDbl;
7
8namespace chi_math
9{
10 //02 Vector operations
11 double Vec2NormMPI(const VecDbl& x, MPI_Comm comm);
12}//namespace chi_math
13
14#endif //CHITECH_CHI_MATH_MPI_H
std::vector< double > VecDbl
Definition: chi_math.h:12
std::vector< double > VecDbl
Definition: chi_math_mpi.h:6
double Vec2NormMPI(const VecDbl &x, MPI_Comm comm)