Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
76fe101c
Commit
76fe101c
authored
Jan 16, 2014
by
Praetorius, Simon
Browse files
error in PolarizationField corrected
parent
a7bdbdfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/base_problems/PolarizationField.hh
View file @
76fe101c
...
...
@@ -136,7 +136,7 @@ void PolarizationField<P>::fillOperators()
for
(
size_t
j
=
0
;
j
<
self
::
dow
;
++
j
)
{
Operator
*
opNonlin2
=
new
Operator
(
feSpace
,
feSpace
);
addZOT
(
opNonlin2
,
(
-
2.0
*
epsInv
)
*
valueOf
(
vec
[
i
])
*
valueOf
(
vec
[
j
]));
self
::
prob
->
addMatrixOperator
(
*
opNonlin
,
i
+
self
::
dow
,
j
);
self
::
prob
->
addMatrixOperator
(
*
opNonlin
2
,
i
+
self
::
dow
,
j
);
}
Operator
*
opNonlin3
=
new
Operator
(
feSpace
,
feSpace
);
...
...
Write
Preview
Supports
Markdown
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