void reactingOneDim21::updateFields()
{
    if (QrHSource_)
    {
        updateQr();
    }

    updatePhiGas();
}
Example #2
0
void reactingOneDim::updateFields()
{
    updateQr();

    updatePhiGas();
}