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
9430328f
Commit
9430328f
authored
Jan 06, 2013
by
Sebastian Aland
Browse files
minor change in extensions/demo/NavierStokesCahnHilliard_PC/src/CahnHilliardNavierStokes_.h
parent
2e2d7450
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/demo/NavierStokesCahnHilliard_PC/src/CahnHilliardNavierStokes_.h
View file @
9430328f
...
...
@@ -20,6 +20,15 @@ using namespace AMDiS;
class
ID
:
public
AbstractFunction
<
double
,
double
>
{
public:
ID
()
:
AbstractFunction
<
double
,
double
>
(
2
)
{};
double
operator
()(
const
double
&
x
)
const
{
return
x
;
}
};
...
...
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