Beispiel #1
0
void Foam::data::setSolverPerformance
(
    const lduMatrix::solverPerformance& sp
) const
{
    setSolverPerformance(sp.fieldName(), sp);
}
Beispiel #2
0
void Foam::data::setSolverPerformance
(
    const SolverPerformance<Type>& sp
) const
{
    setSolverPerformance(sp.fieldName(), sp);
}