b2api
B2000++ API Reference Manual, VERSION 4.6
 
Loading...
Searching...
No Matches
b2solver_database.H
1//------------------------------------------------------------------------
2// b2solver_database.H --
3//
4//
5// written by Kannan Masilamani <kannan.masilamani@dlr.de>
6//
7// (c) 2024 Deutsches Zentrum für Luft- und Raumfahrt (DLR) e.V.
8// Linder Höhe, 51147 Köln
9//
10// All Rights Reserved. Proprietary source code. The contents of
11// this file may not be disclosed to third parties, copied or
12// duplicated in any form, in whole or in part, without the prior
13// written permission of SMR.
14//------------------------------------------------------------------------
15
16#ifndef B2SOLVER_DATABASE_H_
17#define B2SOLVER_DATABASE_H_
18
19#include "b2domain_database.H"
20
21namespace b2000::b2dbv3 {
22
31std::string solver_subtype_name(
32 const Domain& domain, const b2000::Case& case_, const std::string& analysis);
33} // namespace b2000::b2dbv3
34
35#endif // B2SOLVER_DATABASE_H_
Definition b2case.H:110