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
Backofen, Rainer
amdis
Commits
0a6ac92f
Commit
0a6ac92f
authored
Jun 27, 2011
by
Thomas Witkowski
Browse files
Fixed small problem with nonlinear solver in parallel compilations.
parent
e59d6928
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/nonlin/NonLinSolver.h
View file @
0a6ac92f
...
...
@@ -32,6 +32,10 @@
#include "OEMSolver.h"
#include "ProblemStat.h"
#ifdef HAVE_PARALLEL_DOMAIN_AMDIS
#include "parallel/PetscProblemStat.h"
#endif
namespace
AMDiS
{
/**
...
...
AMDiS/src/nonlin/ProblemNonLin.h
View file @
0a6ac92f
...
...
@@ -29,6 +29,10 @@
#include "SystemVector.h"
#include "MatrixVector.h"
#ifdef HAVE_PARALLEL_DOMAIN_AMDIS
#include "parallel/PetscProblemStat.h"
#endif
namespace
AMDiS
{
/**
...
...
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