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

removed some dead code

[[Imported from SVN: r5566]]
parent fe78c632
No related branches found
No related tags found
No related merge requests found
......@@ -24,19 +24,6 @@ public:
//! Dimension of a tangent space
enum { blocksize = TargetSpace::TangentVector::size };
#if 0
// types for matrics, vectors and boundary conditions
typedef Dune::FieldMatrix<RT,m,m> MBlockType; // one entry in the stiffness matrix
typedef Dune::FieldVector<RT,m> VBlockType; // one entry in the global vectors
typedef Dune::array<Dune::BoundaryConditions::Flags,m> BCBlockType; // componentwise boundary conditions
#endif
#if 0
//! Default Constructor
HarmonicEnergyLocalStiffness ()
{}
#endif
/** \brief Assemble the energy for a single element */
RT energy (const Entity& e,
const std::vector<TargetSpace>& localSolution) const;
......
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