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
23d225a7
Commit
23d225a7
authored
Sep 20, 2013
by
Praetorius, Simon
Browse files
possibly the repartition-Bug solved
parent
01865c9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/MeshDistributor.h
View file @
23d225a7
...
...
@@ -348,6 +348,12 @@ namespace AMDiS { namespace Parallel {
/// changed.
void
updateLocalGlobalNumbering
(
ParallelDofMapping
&
dmap
,
const
FiniteElemSpace
*
feSpace
);
/// set variable \ref repartitioningAllowed
void
setRepartitioningAllowed
(
bool
allowed
)
{
repartitioningAllowed
=
allowed
;
}
protected:
/// Creates an initial partitioning of the mesh.
...
...
@@ -474,12 +480,6 @@ 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