SU2
Common
include
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
config_structure.hpp
All the information about the definition of the physical problem. The subroutines and functions are i...
Generated by
1.8.12