Reorder.hpp File Reference
#include <vector>
Include dependency graph for Reorder.hpp:

Go to the source code of this file.

Namespaces

namespace  Opm
 
namespace  Opm::Accelerator
 

Functions

bool Opm::Accelerator::canBeStarted (const int rowIndex, const int *rowPointers, const int *colIndices, const std::vector< bool > &doneRows)
 
void Opm::Accelerator::findLevelScheduling (int *CSRColIndices, int *CSRRowPointers, int *CSCRowIndices, int *CSCColPointers, int Nb, int *numColors, int *toOrder, int *fromOrder, std::vector< int > &rowsPerColor)
 
void Opm::Accelerator::csrPatternToCsc (int *CSRColIndices, int *CSRRowPointers, int *CSCRowIndices, int *CSCColPointers, int Nb)