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

bugfix: add the continuum Dirichlet boundary to the complex

[[Imported from SVN: r6818]]
parent 28b0e338
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,7 @@ int main (int argc, char *argv[]) try
LeafBoundaryPatch<GridType> dirichletBoundary(*complex.continuumGrids_["continuum"]);
PatchProlongator<GridType>::prolong(coarseDirichletBoundary, dirichletBoundary);
complex.continuumDirichletBoundaries_["continuum"] = dirichletBoundary;
BitSetVector<dim> dirichletNodes( complex.continuumGrids_["continuum"]->size(dim) );
......
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