Skip to content
Snippets Groups Projects
Commit 071b7f9f authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

warn if we are using the finite-difference approximation

[[Imported from SVN: r7030]]
parent 760cb66c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@
#include "localgeodesicfestiffness.hh"
#include "localgeodesicfefunction.hh"
#ifdef HARMONIC_ENERGY_FD_GRADIENT
#warning Finite-difference approximation of the energy gradient
#endif
template<class GridView, class TargetSpace>
class HarmonicEnergyLocalStiffness
: public LocalGeodesicFEStiffness<GridView,TargetSpace>
......
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