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
5bc4d629
Commit
5bc4d629
authored
Oct 23, 2012
by
Thomas Witkowski
Browse files
bo eh, part ii
parent
56139ea6
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/ParallelDofMapping.cc
View file @
5bc4d629
...
...
@@ -40,6 +40,7 @@ namespace AMDiS {
ComponentDofMap
::
ComponentDofMap
(
MeshLevelData
*
ld
)
:
levelData
(
ld
),
meshLevel
(
0
),
dofComm
(
NULL
),
feSpace
(
NULL
),
globalMapping
(
false
)
...
...
@@ -208,7 +209,8 @@ namespace AMDiS {
ParallelDofMapping
::
ParallelDofMapping
(
DofMappingMode
mode
)
:
levelData
(
NULL
),
:
meshLevel
(
0
),
levelData
(
NULL
),
dofComm
(
NULL
),
globalMapping
(
true
),
needMatIndexFromGlobal
(
false
),
...
...
AMDiS/src/parallel/PetscSolverFeti.cc
View file @
5bc4d629
...
...
@@ -1286,6 +1286,7 @@ namespace AMDiS {
massMapping
->
init
(
meshDistributor
->
getMeshLevelData
(),
pressureFeSpace
,
pressureFeSpace
);
massMapping
->
setDofComm
(
meshDistributor
->
getDofComm
());
massMapping
->
setMpiComm
(
meshDistributor
->
getMeshLevelData
().
getMpiComm
(
0
),
0
);
(
*
massMapping
)[
0
]
=
interfaceDofMap
[
pressureComponent
];
massMapping
->
update
();
...
...
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