Skip to content

Commit

Permalink
添加框架
Browse files Browse the repository at this point in the history
  • Loading branch information
2693742095 committed Feb 27, 2023
1 parent 0fab9b2 commit 2629f37
Show file tree
Hide file tree
Showing 93 changed files with 12,834 additions and 0 deletions.
Binary file added .vs/CGNSReader/v16/.suo
Binary file not shown.
Binary file added .vs/CGNSReader/v16/Browse.VC.db
Binary file not shown.
Empty file added .vs/CMake Overview
Empty file.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": "x64-Debug"
}
9 changes: 9 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ExpandedNodes": [
"",
"\\src",
"\\test"
],
"SelectedNode": "\\CMakeLists.txt",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/cmake.db
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.19)

project(CGNSReader LANGUAGE C CXX)

# ÉèÖÃÈ«¾ÖÊä³öĿ¼
SET(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/output)
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/output)


Binary file added case/bump.cgns
Binary file not shown.
Binary file added case/sqnz_s.hdf.cgns
Binary file not shown.
Binary file added case/yf17_hdf5.cgns
Binary file not shown.
959 changes: 959 additions & 0 deletions doc/CGNS学习笔记.md

Large diffs are not rendered by default.

Binary file added doc/CGNS树状结构.xmind
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"requests":[{"kind":"cache","version":2},{"kind":"cmakeFiles","version":1},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1}]}
Loading

0 comments on commit 2629f37

Please sign in to comment.