Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Nektar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mesh generation
Nektar
Commits
6676be85
Commit
6676be85
authored
8 years ago
by
Dave Moxey
Browse files
Options
Downloads
Patches
Plain Diff
Remove stray NEKTAR_USE_ANN, update CHANGELOG
parent
05ad0d4b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
utilities/NekMesh/CMakeLists.txt
+0
-8
0 additions, 8 deletions
utilities/NekMesh/CMakeLists.txt
with
1 addition
and
8 deletions
CHANGELOG.md
+
1
−
0
View file @
6676be85
...
...
@@ -67,6 +67,7 @@ v4.4.0
-
Add option to
`linearise`
to use element quality (!690)
-
Add flag to
`insertsurface`
process for non-conforming geometries (!700)
-
Bug fix to get two meshgen regression tests working (!700)
-
Remove libANN in deference to boost::geometry (!703)
**FieldConvert:**
-
Move all modules to a new library, FieldUtils, to support post-processing
...
...
This diff is collapsed.
Click to expand it.
utilities/NekMesh/CMakeLists.txt
+
0
−
8
View file @
6676be85
...
...
@@ -97,14 +97,6 @@ IF (NEKTAR_USE_VTK)
ENDIF
()
ENDIF
(
NEKTAR_USE_VTK
)
IF
(
NEKTAR_USE_ANN
)
TARGET_LINK_LIBRARIES
(
NekMesh ANN
)
SET_TARGET_PROPERTIES
(
NekMesh PROPERTIES
IMPORTED_LOCATION
${
ANN_LIBRARY_PATH
}
/libANN.a
)
INCLUDE_DIRECTORIES
(
NekMesh
${
ANN_INCLUDE_DIR
}
)
LINK_DIRECTORIES
(
${
ANN_LIBRARY_PATH
}
)
ENDIF
(
NEKTAR_USE_ANN
)
# Nektar++
ADD_NEKTAR_TEST
(
Nektar++/InvalidTetFace
)
ADD_NEKTAR_TEST
(
Nektar++/InvalidQuads
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment