ENH: set 'applied' flag to field sources when applied

This commit is contained in:
andy
2011-11-02 12:59:42 +00:00
parent f18f1ca15c
commit 3dcc83c444
8 changed files with 26 additions and 15 deletions

View File

@ -124,6 +124,8 @@ void Foam::ExplicitSetValue<Type>::setValue
}
eqn.setValues(cells_, values);
basicSource::setValue(eqn, fieldI);
}