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