SU2
linear_solvers_structure_b.hpp
Go to the documentation of this file.
1 
33 #pragma once
34 
35 #include "config_structure.hpp"
36 
37 #ifdef CODI_REVERSE_TYPE
38 class CSysSolve_b{
39 
40 public:
41  static void Solve_b(AD::CheckpointHandler *data);
42  static void Delete_b(AD::CheckpointHandler *data);
43 };
44 #endif
All the information about the definition of the physical problem. The subroutines and functions are i...