RSTConv.hpp
Go to the documentation of this file.
void outputRestart(data::Solution &sol) Inserts the CONV output into the restart output container. const std::vector< std::vector< int > > & getData() const Obtain a const-ref to the accumulated data. Definition: RSTConv.hpp:64 void update(const ResidualVector &resid) Adds the CONV output for given residual vector. RSTConv(LocalToGlobalCellFunc globalCell, Parallel::Communication comm) Constructor. Definition: RSTConv.hpp:42 void init(const std::size_t numCells, const RSTConfig &rst_config, const std::array< int, 6 > &compIdx) Init state at beginning of step. std::function< int(const int)> LocalToGlobalCellFunc Definition: RSTConv.hpp:38 Dune::Communication< MPIComm > Communication Definition: ParallelCommunication.hpp:30 Definition: blackoilboundaryratevector.hh:39 |