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
225254f5
Commit
225254f5
authored
Sep 19, 2013
by
Praetorius, Simon
Browse files
setRepartitioningAllowed added for MeshDistributor
parent
90aa5793
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/MeshDistributor.h
View file @
225254f5
...
...
@@ -474,6 +474,12 @@ namespace AMDiS { namespace Parallel {
data
[
dofIndexMap
[
v1
]]
=
v2
;
}
}
void
setRepartitioningAllowed
(
bool
allowed
)
{
repartitioningAllowed
=
allowed
;
}
protected:
/// List of all stationary problems that are managed by this mesh
...
...
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