Skip to content

Commit

Permalink
-update version of xmsgrid, update test
Browse files Browse the repository at this point in the history
-put includes in alphabetical order in MeRelaxer.cpp
-remove unneeded calls in MePolyMesher.cpp

-fix github actions

-bug related to the automatic fixing of point connected to 4 triangles and points connected to more than 7 elements
  • Loading branch information
alemon-aquaveo committed Jul 5, 2024
1 parent 2660003 commit 9914e62
Show file tree
Hide file tree
Showing 15 changed files with 18,413 additions and 480 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/XmsMesher-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest]
platform: [macos-13]
python-version: ['3.10']
build_type: [Release, Debug]

Expand Down Expand Up @@ -73,6 +73,10 @@ jobs:
RELEASE_PYTHON: 'False'

steps:
# Get Correct Version of Xcode
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 14.3.1
# Checkout Sources
- name: Checkout Source
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion _package/xms/mesher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from . import meshing # NOQA: F401
from .api.mesh import generate_mesh # NOQA: F401

__version__ = '5.1.0'
__version__ = '5.1.1'
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class XmsmesherConan(XmsConanFile):
description = 'Mesher library for XMS products'
xms_dependencies = [
'xmscore/[>=6.0.1 <7.0.0]@aquaveo/stable',
'xmsgrid/[>=7.7.5 <8.0.0]@aquaveo/stable',
'xmsgrid/[>=7.8.3 <8.0.0]@aquaveo/stable',
'xmsinterp/[>=6.0.1 <7.0.0]@aquaveo/stable',
]
extra_export_sources = [
Expand Down
584 changes: 292 additions & 292 deletions test_files/meshing/bug13701_base.2dm

Large diffs are not rendered by default.

Loading

0 comments on commit 9914e62

Please sign in to comment.