Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
MMFSolver
Nektar
Commits
e3413299
Commit
e3413299
authored
Jun 26, 2015
by
Chris Cantwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added package for pulse wave solver
parent
d18ef8d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
pkg/CMakeLists.txt
pkg/CMakeLists.txt
+21
-0
No files found.
pkg/CMakeLists.txt
View file @
e3413299
...
...
@@ -14,6 +14,7 @@ list(APPEND nektar++-adr-solver_BINS ADRSolver)
list
(
APPEND nektar++-diffusion-solver_BINS DiffusionSolver
DiffusionSolverTimeInt
)
list
(
APPEND nektar++-shallowwater-solver_BINS ShallowWaterSolver
)
list
(
APPEND nektar++-pulsewave-solver_BINS PulseWaveSolver
)
list
(
APPEND nektar++-utilities_BINS MeshConvert FieldConvert
XmlToVtk XmlToTecplot ProbeFld
)
list
(
APPEND nektar++-demos_BINS Helmholtz1D Helmholtz2D Helmholtz3D
...
...
@@ -31,6 +32,7 @@ list(APPEND nektar++_LIBS LibUtilities StdRegions SpatialDomains LocalRegions
list
(
APPEND nektar++_BINS ADRSolver IncNavierStokesSolver CardiacEPSolver
CompressibleFlowSolver DiffusionSolver
DiffusionSolverTimeInt ShallowWaterSolver
PulseWaveSolver
${
nektar++-utilities_BINS
}
${
nektar++-demos_BINS
}
)
...
...
@@ -160,6 +162,16 @@ if (NEKTAR_BUILD_LIBRARY)
INSTALL_BINS
"
${
nektar++-compressibleflow-solver_BINS
}
"
)
endif
(
NEKTAR_SOLVER_COMPRESSIBLE_FLOW
)
if
(
NEKTAR_SOLVER_PULSEWAVE
)
add_deb_package
(
NAME nektar++-pulsewave-solver
SUMMARY
"Nektar++ pulse wave solver"
DESCRIPTION
"
Models pulse wave propagation through a 1-dimensional network of arteries."
DEPENDS
"
${
NEK_DEP
}
"
INSTALL_BINS
"
${
nektar++-pulsewave-solver_BINS
}
"
)
endif
(
NEKTAR_SOLVER_PULSEWAVE
)
if
(
NEKTAR_BUILD_UTILITIES
)
add_deb_package
(
NAME nektar++-utilities
...
...
@@ -279,6 +291,15 @@ if (NEKTAR_BUILD_LIBRARY)
INSTALL_BINS
"
${
nektar++-compressibleflow-solver_BINS
}
"
)
endif
(
NEKTAR_SOLVER_COMPRESSIBLE_FLOW
)
if
(
NEKTAR_SOLVER_PULSEWAVE
)
add_rpm_package
(
NAME nektar++-pulsewave-solver
SUMMARY
"Nektar++ pulse wave solver"
DESCRIPTION
"Models 1-dimensional pulse wave propagation through an arterial network."
INSTALL_BINS
"
${
nektar++-pulsewave-solver_BINS
}
"
)
endif
(
NEKTAR_SOLVER_PULSEWAVE
)
if
(
NEKTAR_BUILD_UTILITIES
)
add_rpm_package
(
NAME nektar++-utilities
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment