Skip to content
Snippets Groups Projects

Exchange troubled cell

Merged Robert K requested to merge feature/exchange-troubled-cell into master
Compare and Show latest version
10 files
+ 253
165
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -210,7 +210,6 @@ namespace Fem
void setTime (const double t)
{
BaseType::setTime(t);
#if HAVE_DUNE_FEMPY
// update model times (only if time method is available on these models)
//! TODO problem without virtualization advection_.setTime(t);
//! TODO problem without virtualization diffusion().setTime(t);
@@ -220,7 +219,6 @@ namespace Fem
::detail::CallSetTime< DiffusionModelType,
::detail::CheckTimeMethod< DiffusionModelType >::value >
::setTime( const_cast< DiffusionModelType& > (diffusion()), t );
#endif
}
double gamma () const { return problem_.gamma(); }
Loading