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
4e40db23
Commit
4e40db23
authored
Aug 23, 2013
by
Praetorius, Simon
Browse files
some changes in base_problems
parent
a4e461ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/base_problems/NavierStokes_TH_MultiPhase_RB.h
View file @
4e40db23
...
...
@@ -47,12 +47,12 @@ public: // methods
* viscosity/density DOFVectors,
* initTimeInterface of super
**/
void
initData
()
override
;
void
initData
()
_OVERRIDE_
;
/** initTimestep of super and
* initialization of densityPhase and viscosityPhase
**/
void
initTimestep
(
AdaptInfo
*
adaptInfo
)
override
;
void
initTimestep
(
AdaptInfo
*
adaptInfo
)
_OVERRIDE_
;
/** pointer to the multiPhase DOFVector, that
* indicates the different phases. Will be initialized
...
...
@@ -60,8 +60,8 @@ public: // methods
**/
DOFVector
<
double
>
*
getMultiPhase
()
{
return
multiPhase
;
}
void
fillOperators
()
override
;
void
addLaplaceTerm
(
int
i
)
override
;
void
fillOperators
()
_OVERRIDE_
;
void
addLaplaceTerm
(
int
i
)
_OVERRIDE_
;
// get-methods
...
...
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