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

Remove old code that calls the FD-based assembler

[[Imported from SVN: r9653]]
parent 3996cae1
Branches
No related tags found
No related merge requests found
......@@ -267,17 +267,6 @@ int main (int argc, char *argv[]) try
std::cout << "Material parameters:" << std::endl;
materialParameters.report();
#if 0
CosseratEnergyLocalStiffness<GridType::LeafGridView,
P1Basis::LocalFiniteElement,
3> cosseratEnergyLocalStiffness(materialParameters,
&neumannBoundary,
neumannFunction.get());
GeodesicFEAssembler<P1Basis,TargetSpace> assembler(grid->leafGridView(),
&cosseratEnergyLocalStiffness);
#else
// Assembler using ADOL-C
CosseratEnergyLocalStiffness<GridType::LeafGridView,
FEBasis::LocalFiniteElement,
......@@ -290,7 +279,7 @@ int main (int argc, char *argv[]) try
GeodesicFEAssembler<FEBasis,TargetSpace> assembler(grid->leafGridView(),
&localGFEADOLCStiffness);
#endif
// /////////////////////////////////////////////////
// Create a Riemannian trust-region solver
// /////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment