Skip to content
Snippets Groups Projects
Commit b6c18a7e authored by akbib's avatar akbib Committed by akbib
Browse files

make compile

[[Imported from SVN: r12623]]
parent 8b5616b7
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ assembleProblem(BCRSMatrix<FieldMatrix<double,dim,dim> >& globalMatrix,
// Create local assembler
OgdenMaterialLocalStiffness<typename GridView::Grid,typename TrialBasis::LocalFiniteElement,typename AnsatzBasis::LocalFiniteElement> localAssembler(lambda_, mu_, d_);
addIndices(localAssembler, indices, false);
this->addIndices(localAssembler, indices, false);
indices.exportIdx(globalMatrix);
globalMatrix=0.0;
......@@ -226,7 +226,7 @@ assembleProblem(BCRSMatrix<FieldMatrix<double,dim,dim> >& globalMatrix,
localSolution[i] = sol[this->aBasis_.index(*it,i)];
// assemble local matrix and rhs
localAssembler.assemble(it, localSolution, localA, localRhs, tFE, aFE);
localAssembler.assemble(*it, localSolution, localA, localRhs, tFE, aFE);
// Add element matrix to global stiffness matrix
for(int i=0; i<tFE.localBasis().size(); i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment