|
template<class Matrix , class Vector > |
void | getQuasiImpesWeights (const Matrix &matrix, const int pressureVarIndex, const bool transpose, Vector &weights, bool enable_thread_parallel) |
|
template<class Matrix , class Vector > |
Vector | getQuasiImpesWeights (const Matrix &matrix, const int pressureVarIndex, const bool transpose, bool enable_thread_parallel) |
|
template<class Vector , class ElementContext , class Model , class ElementChunksType > |
void | getTrueImpesWeights (int pressureVarIndex, Vector &weights, const ElementContext &elemCtx, const Model &model, const ElementChunksType &element_chunks, bool enable_thread_parallel) |
|
template<class Vector , class ElementContext , class Model , class ElementChunksType > |
void | getTrueImpesWeightsAnalytic (int, Vector &weights, const ElementContext &elemCtx, const Model &model, const ElementChunksType &element_chunks, bool enable_thread_parallel) |
|
◆ getQuasiImpesWeights() [1/2]
template<class Matrix , class Vector >
Vector Opm::Amg::getQuasiImpesWeights |
( |
const Matrix & |
matrix, |
|
|
const int |
pressureVarIndex, |
|
|
const bool |
transpose, |
|
|
bool |
enable_thread_parallel |
|
) |
| |
◆ getQuasiImpesWeights() [2/2]
template<class Matrix , class Vector >
void Opm::Amg::getQuasiImpesWeights |
( |
const Matrix & |
matrix, |
|
|
const int |
pressureVarIndex, |
|
|
const bool |
transpose, |
|
|
Vector & |
weights, |
|
|
bool |
enable_thread_parallel |
|
) |
| |
◆ getTrueImpesWeights()
template<class Vector , class ElementContext , class Model , class ElementChunksType >
void Opm::Amg::getTrueImpesWeights |
( |
int |
pressureVarIndex, |
|
|
Vector & |
weights, |
|
|
const ElementContext & |
elemCtx, |
|
|
const Model & |
model, |
|
|
const ElementChunksType & |
element_chunks, |
|
|
bool |
enable_thread_parallel |
|
) |
| |
◆ getTrueImpesWeightsAnalytic()
template<class Vector , class ElementContext , class Model , class ElementChunksType >
void Opm::Amg::getTrueImpesWeightsAnalytic |
( |
int |
, |
|
|
Vector & |
weights, |
|
|
const ElementContext & |
elemCtx, |
|
|
const Model & |
model, |
|
|
const ElementChunksType & |
element_chunks, |
|
|
bool |
enable_thread_parallel |
|
) |
| |
|