Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Nektar-Python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nektar
Nektar-Python
Merge requests
!1
Add MultiRegions wrapper
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add MultiRegions wrapper
feature/multiregions-wrapper
into
master
Overview
0
Commits
2
Pipelines
0
Changes
9
Merged
Add MultiRegions wrapper
Dave Moxey
requested to merge
feature/multiregions-wrapper
into
master
Jun 16, 2017
Overview
0
Commits
2
Pipelines
0
Changes
9
Add wrapper for a few MultiRegions classes.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cb634f26
2 commits,
Jun 16, 2017
9 files
+
187
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
MultiRegions/CMakeLists.txt
0 → 100644
+
7
−
0
View file @ cb634f26
Edit in single-file editor
Open in Web IDE
SET
(
MULTIREGIONS_SOURCES
MultiRegions.cpp
ExpList.cpp
ExpList2D.cpp
)
ADD_NEKPY_LIBRARY
(
MultiRegions MULTIREGIONS_SOURCES
)
Loading