Skip to content
Snippets Groups Projects
Commit f07f5a66 authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

remove second diffusionTimeStep.

parent 59a120f8
No related branches found
No related tags found
No related merge requests found
......@@ -189,16 +189,6 @@ public:
diffusion( en, time, x, u, jac, A );
}
inline double diffusionTimeStep( const IntersectionType &it,
const double enVolume,
const double circumEstimate,
const double time,
const FaceDomainType& x,
const RangeType& u ) const
{
return 0;
}
//! maximal wave speed due to advection part
inline void maxSpeed( const EntityType& entity,
const double time,
......
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