gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
CGNSWriteStruct.h
Go to the documentation of this file.
1 // Gmsh - Copyright (C) 1997-2022 C. Geuzaine, J.-F. Remacle
2 //
3 // See the LICENSE.txt file in the Gmsh root directory for license information.
4 // issues on https://gitlab.onelab.info/gmsh/gmsh/issues
5 
6 #ifndef CGNS_WRITE_STRUCT_H
7 #define CGNS_WRITE_STRUCT_H
8 
9 #include "CGNSCommon.h"
10 
11 #if defined(HAVE_LIBCGNS)
12 
13 class GModel;
14 
15 int writeZonesStruct(GModel *model, double scalingFactor, int cgIndexFile,
16  int cgIndexBase);
17 
18 #endif
19 
20 #endif
GModel
Definition: GModel.h:44
CGNSCommon.h