Skip to content
Snippets Groups Projects
Commit 4a649bd0 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] petsc; Make xdot (rank-)locally accessible.

parent b958c010
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,7 @@ void Process::assemble(const double t, double const dt,
GlobalVector& b)
{
MathLib::LinAlg::setLocalAccessibleVector(*x[process_id]);
MathLib::LinAlg::setLocalAccessibleVector(*xdot[process_id]);
assembleConcreteProcess(t, dt, x, xdot, process_id, M, K, b);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment