mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
need for true impes
This commit is contained in:
parent
b7f2a85534
commit
3616e68d3a
@ -271,6 +271,9 @@ template<class TypeTag >
|
||||
class BlackOilModel
|
||||
: public MultiPhaseBaseModel<TypeTag>
|
||||
{
|
||||
public:
|
||||
using LocalResidual = GetPropType<TypeTag, Properties::LocalResidual>;
|
||||
private:
|
||||
using Implementation = GetPropType<TypeTag, Properties::Model>;
|
||||
using ParentType = MultiPhaseBaseModel<TypeTag>;
|
||||
|
||||
|
@ -800,6 +800,10 @@ public:
|
||||
{
|
||||
//invalidateIntensiveQuantitiesCache(timeIdx);
|
||||
size_t numGridDof = primaryVars.size();
|
||||
omp_sched_t kind;
|
||||
int chunk;
|
||||
//omp_get_schedule(&kind, &chunk);
|
||||
//printf("%d %d\n", kind, chunk);
|
||||
#ifdef _OPENMP
|
||||
#pragma omp parallel for
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user