Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
iwr
amdis
Commits
bbac165d
Commit
bbac165d
authored
Jan 26, 2016
by
Backofen, Rainer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
virtualize in Rosenbrock sheme in order to get external acess of timestep control
parent
5922103e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
AMDiS/CMakeLists.txt
AMDiS/CMakeLists.txt
+11
-0
AMDiS/src/reinit/HL_SignedDist.h
AMDiS/src/reinit/HL_SignedDist.h
+1
-1
AMDiS/src/time/RosenbrockAdaptInstationary.h
AMDiS/src/time/RosenbrockAdaptInstationary.h
+1
-1
No files found.
AMDiS/CMakeLists.txt
View file @
bbac165d
...
...
@@ -723,6 +723,11 @@ INSTALL(FILES ${HEADERS}
DESTINATION include/amdis/time/
)
list
(
APPEND deb_add_dirs
"include/amdis/time"
)
FILE
(
GLOB HEADERS
"
${
SOURCE_DIR
}
/traits/*.h*"
)
INSTALL
(
FILES
${
HEADERS
}
DESTINATION include/amdis/traits/
)
list
(
APPEND deb_add_dirs
"include/amdis/traits"
)
FILE
(
GLOB HEADERS
"
${
SOURCE_DIR
}
/solver/*.h"
)
INSTALL
(
FILES
${
HEADERS
}
DESTINATION include/amdis/solver
)
...
...
@@ -743,6 +748,12 @@ INSTALL(FILES ${HEADERS}
DESTINATION include/amdis/solver/itl
)
list
(
APPEND deb_add_dirs
"include/amdis/solver/itl"
)
FILE
(
GLOB HEADERS
"
${
SOURCE_DIR
}
/solver/details/*.h"
)
INSTALL
(
FILES
${
HEADERS
}
DESTINATION include/amdis/solver/details
)
list
(
APPEND deb_add_dirs
"include/amdis/solver/details"
)
FILE
(
GLOB HEADERS
"
${
SOURCE_DIR
}
/io/*.h"
)
INSTALL
(
FILES
${
HEADERS
}
DESTINATION include/amdis/io
)
...
...
AMDiS/src/reinit/HL_SignedDist.h
View file @
bbac165d
...
...
@@ -86,7 +86,7 @@ public:
// ===== Read parameters from init file. =====
AMDiS
::
Parameters
::
get
(
name
+
"->infinity value"
,
inftyValue
);
TEST_EXIT
(
inftyValue
>
1000
)(
"illegal infinity value !
\n
"
);
// ===== Create functionality for velocity extension. =====
...
...
AMDiS/src/time/RosenbrockAdaptInstationary.h
View file @
bbac165d
...
...
@@ -63,7 +63,7 @@ namespace AMDiS {
std
::
time_t
initialTimestamp
=
0
);
/// Runs the Rosenbrock loop until one timestep is accepted.
void
oneTimestep
();
virtual
void
oneTimestep
();
virtual
double
getTimeEst
(
AdaptInfo
*
adaptInfo
);
...
...
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