Skip to content

Commit

Permalink
Update readme & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSewn committed Jul 5, 2024
1 parent abab7ce commit 0da27d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Fix quad layer bug described in issue [#??]
- Implement fixed number of segments on boundary edges / periodic edges?
- Enhance interface for definition of fixed edges (similar to boundary edge definition) and add interface to define fixed edges through CSV files

### Fixed
- Fixed bug in `Log.h` which resulted from the additional `static` declaration on `LOG_PROPERTIES` in commit [`5c2cebc`](https://github.com/FloSewn/TQMesh/commit/5c2cebc).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

project(TQMesh
LANGUAGES CXX
VERSION 1.3.2)
VERSION 1.3.3)

set( BIN ${CMAKE_SOURCE_DIR}/bin )
if(WIN32)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ via CSV files. This example shows an airfoil that has been meshed in this way.

Fixed edges can be defined within the domain to guide the meshing process.

<img src="doc/fixed_edges.png" alt="TQMesh-fixed-edges" width="350"/>
<img src="doc/fixed_edges.png" alt="TQMesh-fixed-edges" width="500"/>
</details>

## Output format
Expand Down Expand Up @@ -277,7 +277,6 @@ The following plots show some performance statistics.
<img src="doc/BenchmarkPlot_QTree.png" alt="TQMesh-QTree-Benchmark" width="400"/> <img src="doc/BenchmarkPlot_Mesh.png" alt="TQMesh-Mesh-Benchmark" width="400"/>

## To Do's
* Fixed edges within domains
* Enhanced quad triangle-to-quad morphing
* Boundary definition via splines
* Improved documentation / testing
Expand Down
1 change: 1 addition & 0 deletions scripts/examples_tqmesh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set -e
./bin/run_examples 07
./bin/run_examples 08
./bin/run_examples 09
./bin/run_examples 10

if [ $? -eq 0 ]; then
echo ALL TESTS PASSED
Expand Down

0 comments on commit 0da27d0

Please sign in to comment.