OGS
CoupledSolutionsForStaggeredScheme.h
Go to the documentation of this file.
1
13#pragma once
14
15#include <utility>
16#include <vector>
17
19
20namespace ProcessLib
21{
26std::vector<double> getCoupledLocalSolutions(
27 std::vector<GlobalVector*> const& global_solutions,
28 std::vector<std::vector<GlobalIndexType>> const& indices);
29
30} // namespace ProcessLib
std::vector< double > getCoupledLocalSolutions(std::vector< GlobalVector * > const &global_solutions, std::vector< std::vector< GlobalIndexType > > const &indices)