Skip to content
Snippets Groups Projects
Commit 7a6d6c15 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

The global assembler gets the basis, not the grid view

I am puzzled that this worked at all previously.

[[Imported from SVN: r10078]]
parent cc59c9c8
No related branches found
No related tags found
No related merge requests found
...@@ -189,7 +189,7 @@ int main (int argc, char *argv[]) try ...@@ -189,7 +189,7 @@ int main (int argc, char *argv[]) try
FEBasis::LocalFiniteElement, FEBasis::LocalFiniteElement,
TargetSpace> localGFEADOLCStiffness(localEnergy.get()); TargetSpace> localGFEADOLCStiffness(localEnergy.get());
GeodesicFEAssembler<FEBasis,TargetSpace> assembler(grid->leafGridView(), &localGFEADOLCStiffness); GeodesicFEAssembler<FEBasis,TargetSpace> assembler(feBasis, &localGFEADOLCStiffness);
// ///////////////////////////////////////////////// // /////////////////////////////////////////////////
// Create a Riemannian trust-region solver // Create a Riemannian trust-region solver
......
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