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
MoReFEM
CoreLibrary
MoReFEM
Commits
b3280b29
Commit
b3280b29
authored
Jul 19, 2016
by
GILLES Sebastien
Browse files
#820
Add dev file to compare with Freefem.
parent
ff2e39b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/ModelInstances/UnderDevelopment/Poromechanics/ImplicitStepFluid/InnerLoop/VariationalFormulation.hxx
View file @
b3280b29
...
...
@@ -166,6 +166,19 @@ namespace HappyHeart
GetDifferentialDarcyOperator
().
Assemble
(
std
::
make_tuple
(
std
::
ref
(
contribution_with_coeff
)));
}
const
auto
filename
=
parent
::
GetOutputDirectory
(
numbering_subset
)
+
"/"
+
DifferentialPreffix
(
differential
::
yes
)
+
"rhs_"
+
GetIterationTag
()
+
".m"
;
std
::
cout
<<
"FILE = "
<<
filename
<<
std
::
endl
;
rhs
.
View
(
parent
::
MpiHappyHeart
(),
filename
,
__FILE__
,
__LINE__
,
PETSC_VIEWER_ASCII_MATLAB
);
// \todo #820 At the moment, I accept my norm is not the same as Bruno's; see what Petsc gives when
// SNES is applied (system_rhs's is what we got in hyperelastic model).
...
...
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