mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added missing explicit template instatiations for dune-fem 2.8.
This commit is contained in:
parent
567eea2c19
commit
b8a1f04a48
@ -991,6 +991,13 @@ isCartIdxOnThisRank(int cartIdx) const
|
|||||||
template class CollectDataToIORank<Dune::CpGrid,
|
template class CollectDataToIORank<Dune::CpGrid,
|
||||||
Dune::CpGrid,
|
Dune::CpGrid,
|
||||||
Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>>;
|
Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>>;
|
||||||
|
template class CollectDataToIORank<Dune::CpGrid,
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::PartitionIteratorType(4),
|
||||||
|
false> > >;
|
||||||
#else
|
#else
|
||||||
template class CollectDataToIORank<Dune::CpGrid,
|
template class CollectDataToIORank<Dune::CpGrid,
|
||||||
Dune::CpGrid,
|
Dune::CpGrid,
|
||||||
|
@ -397,6 +397,18 @@ template class EclGenericCpGridVanguard<Dune::MultipleCodimMultipleGeomTypeMappe
|
|||||||
Dune::Fem::AdaptiveLeafGridPart<
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,
|
Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,
|
||||||
double>;
|
double>;
|
||||||
|
template class EclGenericCpGridVanguard<Dune::MultipleCodimMultipleGeomTypeMapper<
|
||||||
|
Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::PartitionIteratorType(4),
|
||||||
|
false>>>,
|
||||||
|
Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::PartitionIteratorType(4),
|
||||||
|
false> >,
|
||||||
|
double>;
|
||||||
#else
|
#else
|
||||||
template class EclGenericCpGridVanguard<Dune::MultipleCodimMultipleGeomTypeMapper<Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>>,
|
template class EclGenericCpGridVanguard<Dune::MultipleCodimMultipleGeomTypeMapper<Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>>,
|
||||||
Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>,
|
Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>,
|
||||||
|
@ -720,6 +720,15 @@ initDRSDT_(size_t numDof,
|
|||||||
template class EclGenericProblem<Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,
|
template class EclGenericProblem<Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,
|
||||||
BlackOilFluidSystem<double,BlackOilDefaultIndexTraits>,
|
BlackOilFluidSystem<double,BlackOilDefaultIndexTraits>,
|
||||||
double>;
|
double>;
|
||||||
|
template class EclGenericProblem<Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::PartitionIteratorType(4),
|
||||||
|
false>>,
|
||||||
|
Opm::BlackOilFluidSystem<
|
||||||
|
double,
|
||||||
|
Opm::BlackOilDefaultIndexTraits>,
|
||||||
|
double>;
|
||||||
#else
|
#else
|
||||||
template class EclGenericProblem<Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>,
|
template class EclGenericProblem<Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>,
|
||||||
BlackOilFluidSystem<double,BlackOilDefaultIndexTraits>,
|
BlackOilFluidSystem<double,BlackOilDefaultIndexTraits>,
|
||||||
|
@ -250,6 +250,19 @@ template class EclGenericThresholdPressure<Dune::CpGrid,
|
|||||||
Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,
|
Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,
|
||||||
Dune::MultipleCodimMultipleGeomTypeMapper<Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>>,
|
Dune::MultipleCodimMultipleGeomTypeMapper<Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>>,
|
||||||
double>;
|
double>;
|
||||||
|
template class EclGenericThresholdPressure<Dune::CpGrid,
|
||||||
|
Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::PartitionIteratorType(4),
|
||||||
|
false> >,
|
||||||
|
Dune::MultipleCodimMultipleGeomTypeMapper<
|
||||||
|
Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::PartitionIteratorType(4),
|
||||||
|
false>>>,
|
||||||
|
double>;
|
||||||
#else
|
#else
|
||||||
template class EclGenericThresholdPressure<Dune::CpGrid,
|
template class EclGenericThresholdPressure<Dune::CpGrid,
|
||||||
Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>,
|
Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>,
|
||||||
|
@ -286,6 +286,15 @@ template class EclGenericTracerModel<Dune::CpGrid,
|
|||||||
Dune::MultipleCodimMultipleGeomTypeMapper<Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>>,
|
Dune::MultipleCodimMultipleGeomTypeMapper<Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>>,
|
||||||
Opm::EcfvStencil<double,Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,false,false>,
|
Opm::EcfvStencil<double,Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,false,false>,
|
||||||
double>;
|
double>;
|
||||||
|
template class EclGenericTracerModel<Dune::CpGrid,
|
||||||
|
Dune::Fem::GridPart2GridViewImpl<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, (Dune::PartitionIteratorType)4, false> >,
|
||||||
|
Dune::MultipleCodimMultipleGeomTypeMapper<
|
||||||
|
Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false> > >,
|
||||||
|
Opm::EcfvStencil<double, Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false> >,
|
||||||
|
false, false>,
|
||||||
|
double>;
|
||||||
#else
|
#else
|
||||||
template class EclGenericTracerModel<Dune::CpGrid,
|
template class EclGenericTracerModel<Dune::CpGrid,
|
||||||
Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>,
|
Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>,
|
||||||
|
@ -540,6 +540,20 @@ template class EclGenericWriter<Dune::CpGrid,
|
|||||||
Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,
|
Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,
|
||||||
Dune::MultipleCodimMultipleGeomTypeMapper<Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>>,
|
Dune::MultipleCodimMultipleGeomTypeMapper<Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>>,
|
||||||
double>;
|
double>;
|
||||||
|
template class EclGenericWriter<Dune::CpGrid,
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::PartitionIteratorType(4),
|
||||||
|
false>>,
|
||||||
|
Dune::MultipleCodimMultipleGeomTypeMapper<
|
||||||
|
Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::PartitionIteratorType(4),
|
||||||
|
false>>>,
|
||||||
|
double>;
|
||||||
#else
|
#else
|
||||||
template class EclGenericWriter<Dune::CpGrid,
|
template class EclGenericWriter<Dune::CpGrid,
|
||||||
Dune::CpGrid,
|
Dune::CpGrid,
|
||||||
|
@ -1048,6 +1048,19 @@ template class EclTransmissibility<Dune::CpGrid,
|
|||||||
Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,
|
Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>,
|
||||||
Dune::MultipleCodimMultipleGeomTypeMapper<Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>>,
|
Dune::MultipleCodimMultipleGeomTypeMapper<Dune::GridView<Dune::Fem::GridPart2GridViewTraits<Dune::Fem::AdaptiveLeafGridPart<Dune::CpGrid, Dune::PartitionIteratorType(4), false>>>>,
|
||||||
double>;
|
double>;
|
||||||
|
template class EclTransmissibility<Dune::CpGrid,
|
||||||
|
Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::PartitionIteratorType(4),
|
||||||
|
false> >,
|
||||||
|
Dune::MultipleCodimMultipleGeomTypeMapper<
|
||||||
|
Dune::Fem::GridPart2GridViewImpl<
|
||||||
|
Dune::Fem::AdaptiveLeafGridPart<
|
||||||
|
Dune::CpGrid,
|
||||||
|
Dune::PartitionIteratorType(4),
|
||||||
|
false> > >,
|
||||||
|
double>;
|
||||||
#else
|
#else
|
||||||
template class EclTransmissibility<Dune::CpGrid,
|
template class EclTransmissibility<Dune::CpGrid,
|
||||||
Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>,
|
Dune::GridView<Dune::DefaultLeafGridViewTraits<Dune::CpGrid>>,
|
||||||
|
Loading…
Reference in New Issue
Block a user