OGS
|
Definition in file TimeDiscretizedODESystem.cpp.
#include "TimeDiscretizedODESystem.h"
#include <range/v3/numeric/accumulate.hpp>
#include <range/v3/view/transform.hpp>
#include "MathLib/LinAlg/ApplyKnownSolution.h"
#include "MathLib/LinAlg/UnifiedMatrixSetters.h"
#include "NumLib/Exceptions.h"
#include "NumLib/IndexValueVector.h"
Go to the source code of this file.
Namespaces | |
namespace | detail |
namespace | NumLib |
Functions | |
template<typename Solutions , typename Vector > | |
void | detail::applyKnownSolutions (std::vector< Solutions > const *const known_solutions, Vector &x) |
Applies known solutions to the solution vector x . | |