printlinearsolverparameter.hpp File Reference
#include <ostream>
#include <vector>
#include <opm/common/OpmLog/OpmLog.hpp>
#include <opm/simulators/linalg/FlowLinearSolverParameters.hpp>
#include <opm/simulators/linalg/PropertyTree.hpp>
Include dependency graph for printlinearsolverparameter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Opm
 
namespace  Opm::detail
 

Functions

void Opm::detail::writeJsonToStream (const Opm::PropertyTree &prm, std::ostream &os)
 Write a single property tree in JSON format to the stream. More...
 
void Opm::detail::writeJsonToStream (const std::vector< Opm::PropertyTree > &prms, std::ostream &os)
 Write a vector of property trees in JSON format to the stream. More...
 
template<class VectorOrSingle , class Comm >
void Opm::detail::printLinearSolverParameters (const FlowLinearSolverParameters &parameters, const VectorOrSingle &prm, const Comm &comm)
 Print the linear solver parameters to the log if requested. More...
 
template<class Comm >
void Opm::detail::printLinearSolverParameters (const std::vector< FlowLinearSolverParameters > &parameters, int activeSolverNum, const std::vector< Opm::PropertyTree > &prm, const Comm &comm)
 Print the linear solver parameters to the log if requested. More...