The tensorial transport benchmark – right-hand-side and exact solution
}
}
s(0,0) = c0*(1+cos(2*
t));
s(1,1) = c0*(1-cos(2*
t));
s(0,1) =
return s;
}
s(0,0) = c1*(1+cos(2*
t)) - 2*c0*sin(2*
t);
s(1,1) = c1*(1-cos(2*
t)) + 2*c0*sin(2*
t);
s(0,1) =
s(1,0) = c1*sin(2*
t) + 2*c0*cos(2*
t);
return s;
}
{
}
};
}
};