mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
back to safe smallelement
This commit is contained in:
parent
2cbc3a1f00
commit
f7210d7261
@ -26,7 +26,7 @@
|
||||
* \copydoc Opm::FvBaseElementContext
|
||||
*/
|
||||
#ifndef EWOMS_SMALL_ELEMENT_CONTEXT_HH
|
||||
#define EWOMS_SMALL_CONTEXT_HH
|
||||
#define EWOMS_SMALL_ELEMENT_CONTEXT_HH
|
||||
|
||||
#include "fvbaseproperties.hh"
|
||||
|
||||
@ -117,7 +117,7 @@ public:
|
||||
*/
|
||||
void updateAll(const Element& elem)
|
||||
{
|
||||
throw std::logic_error("Only use update stencil");
|
||||
//throw std::logic_error("Only use update stencil");
|
||||
asImp_().updateStencil(elem);
|
||||
asImp_().updateAllIntensiveQuantities();
|
||||
asImp_().updateAllExtensiveQuantities();
|
||||
|
Loading…
Reference in New Issue
Block a user