Skip to content
Snippets Groups Projects
Commit 9fd0c183 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

re-aquire the subdomain solutions form the Steklov-Poincare step object

[[Imported from SVN: r6761]]
parent b8caf09a
No related branches found
No related tags found
No related merge requests found
......@@ -471,6 +471,10 @@ int main (int argc, char *argv[]) try
rodContinuumSteklovPoincareStep.iterate(lambda);
// get the subdomain solutions
rodX = rodContinuumSteklovPoincareStep.rodSubdomainSolutions_["rod"];
x3d = rodContinuumSteklovPoincareStep.continuumSubdomainSolutions_["continuum"];
} else
DUNE_THROW(NotImplemented, ddType << " is not a known domain decomposition algorithm");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment