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

hand the continuum Dirichlet values to the complex, not the Steklov-Poincare step

[[Imported from SVN: r6836]]
parent ce077cab
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,10 @@ int main (int argc, char *argv[]) try
for (int i=0; i<dirichletNodes.size(); i++)
dirichletNodes[i] = dirichletBoundary.containsVertex(i);
sampleOnBitField(*complex.continua_["continuum"].grid_, dirichletValues[0], dirichletValues.back(), dirichletNodes);
sampleOnBitField(*complex.continua_["continuum"].grid_,
dirichletValues[0],
complex.continua_["continuum"].dirichletValues_,
dirichletNodes);
/////////////////////////////////////////////////////////////////////
// Create the two interface boundary patches
......@@ -459,7 +462,6 @@ int main (int argc, char *argv[]) try
&rodLocalStiffness,
&rodSolver,
&stiffnessMatrix3d,
&dirichletValues.back(),
solver,
&localAssembler);
......
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