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

add dummy method setNeumannData

[[Imported from SVN: r4973]]
parent d3475771
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,14 @@ class RodAssembler : public GeodesicFEAssembler<typename GridType::LeafGridView,
dynamic_cast<RodLocalStiffness<typename GridType::LeafGridView, double>* >(this->localStiffness_)->setReferenceConfiguration(referenceConfiguration);
}
void setNeumannData(const Dune::FieldVector<double, 3>& leftForce,
const Dune::FieldVector<double, 3>& leftTorque,
const Dune::FieldVector<double, 3>& rightForce,
const Dune::FieldVector<double, 3>& rightTorque)
{
DUNE_THROW(Dune::NotImplemented, "setNeumannData");
}
void assembleGradient(const std::vector<RigidBodyMotion<3> >& sol,
Dune::BlockVector<Dune::FieldVector<double, blocksize> >& grad) 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