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

adapt to recent changes in BoundaryPatch

[[Imported from SVN: r7569]]
parent 91c4833a
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ int main (int argc, char *argv[]) try
}
complex.rods_["rod"].dirichletBoundary_.setup(*complex.rods_["rod"].grid_,rodDNodes);
complex.rods_["rod"].dirichletBoundary_.setup(complex.rods_["rod"].grid_->leafView(),rodDNodes);
// Backup initial rod iterate for later reference
RodSolutionType initialIterateRod = rodX;
......@@ -244,7 +244,7 @@ int main (int argc, char *argv[]) try
} else
rodCouplingBitfield.back() = true;
complex.couplings_[interfaceName].rodInterfaceBoundary_.setup(*complex.rods_["rod"].grid_, rodCouplingBitfield);
complex.couplings_[interfaceName].rodInterfaceBoundary_.setup(complex.rods_["rod"].grid_->leafView(), rodCouplingBitfield);
// then for the continuum
LevelBoundaryPatch coarseInterfaceBoundary(complex.continua_["continuum"].grid_->levelView(0));
......
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