Chi-Tech
lbs_adjoint.h
Go to the documentation of this file.
1#ifndef LBSADJOINTSOLVER_LBSADJOINT_H
2#define LBSADJOINTSOLVER_LBSADJOINT_H
3
4#include <array>
5
6namespace lbs
7{
8 void TestFunction();
9
10 std::array<double,2> MakeExpRepFromP1(const std::array<double,4>& P1_moments,
11 bool verbose=false);
12}//namespace lbs
13
14#endif //LBSADJOINTSOLVER_LBSADJOINT_H
void TestFunction()
Definition: lbs_adjoint.cc:10
std::array< double, 2 > MakeExpRepFromP1(const std::array< double, 4 > &P1_moments, bool verbose=false)
Definition: lbs_adjoint.cc:16