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

Hand over the Neumann boundary even when using point loads

[[Imported from SVN: r9944]]
parent a0902b1e
No related branches found
No related tags found
No related merge requests found
......@@ -260,12 +260,9 @@ int main (int argc, char *argv[]) try
StVenantKirchhoffEnergy<GridView,
FEBasis::LocalFiniteElement,
adouble> henckyEnergy(materialParameters,
#if 0
&neumannBoundary,
neumannFunction.get());
#else
nullptr, nullptr);
#endif
LocalADOLCStiffness<GridView,
FEBasis::LocalFiniteElement,
SolutionType> localADOLCStiffness(&henckyEnergy);
......
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