Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
fb42956b
Commit
fb42956b
authored
Jul 30, 2012
by
Praetorius, Simon
Browse files
navierStokes
parent
9e2c500d
Changes
1
Hide whitespace changes
Inline
Side-by-side
demo/CMakeLists.txt
View file @
fb42956b
...
...
@@ -115,6 +115,20 @@ if (TOOLS_DIR)
add_executable
(
"navierStokes"
${
navierStokes
}
)
target_link_libraries
(
"navierStokes"
${
BASIS_LIBS
}
)
set
(
navierStokesDd
${
TOOLS_DIR
}
/diffuseDomain/POperators.cc
${
TOOLS_DIR
}
/baseProblems/NavierStokes_TaylorHood.cc
${
TOOLS_DIR
}
/baseProblems/NavierStokesPhase_TaylorHood.cc
${
TOOLS_DIR
}
/misc/Helpers.cc
/home/spraetor/projects/src/common/GeometryTools.cc
src/navierStokes_diffuseDomain.cc
)
add_executable
(
"navierStokesDd"
${
navierStokesDd
}
)
target_link_libraries
(
"navierStokesDd"
${
BASIS_LIBS
}
)
set
(
linearElasticity
${
TOOLS_DIR
}
/baseProblems/LinearElasticity.cc
src/linearElasticity.cc
)
add_executable
(
"linearElasticity"
${
linearElasticity
}
)
target_link_libraries
(
"linearElasticity"
${
BASIS_LIBS
}
)
endif
()
else
()
message
(
WARNING
"No tools directory specified! Some demos will not be build."
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment