Skip to content
Snippets Groups Projects
Commit 0f9bf487 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

b is initialised by the functionalassembler

parent c852d7a1
No related branches found
No related tags found
No related merge requests found
......@@ -190,8 +190,8 @@ int main() {
VectorType u2 = u1;
CellVectorType vonMisesStress;
VectorType b1(grid.size(grid.maxLevel(), dim));
VectorType b2(grid.size(grid.maxLevel(), dim));
VectorType b1;
VectorType b2;
std::vector<Dune::FieldVector<double, 1>> nodalIntegrals;
assemble_frictional<GridType, GridType::LeafGridView, SmallVector, P1Basis>(
......
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