Chi-Tech
snes_k_residual_func_context.h
Go to the documentation of this file.
1#ifndef CHITECH_LBS_K_RESIDUAL_FUNC_CONTEXT_H
2#define CHITECH_LBS_K_RESIDUAL_FUNC_CONTEXT_H
3
4#include <string>
5namespace lbs
6{
8 {
9 std::string solver_name;
10 double k_eff = 1.0;
11 };
12}//namespace lbs
13
14#endif //CHITECH_LBS_K_RESIDUAL_FUNC_CONTEXT_H