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

assembleAndAddNeumannTerm now takes a GridView as the template parameter

[[Imported from SVN: r3937]]
parent b6f18ec0
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ int main (int argc, char *argv[]) try
neumannValues);
rhs3d = 0;
assembleAndAddNeumannTerm<GridType, VectorType>(interfaceBoundary[grid.maxLevel()],
assembleAndAddNeumannTerm<GridType::LevelGridView, VectorType>(interfaceBoundary[grid.maxLevel()],
neumannValues,
rhs3d);
......
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