Commits on Source (2)
-
Mark OLESEN authored
- fix constness on updateMat COMP: use std::max_element instead of Foam::max(List..) - PetscInt may be an unusually sized type and the Foam::max(List...) convenience field function may fail. Eg, if PetscInt is something like 'long long' and there is no pTraits<long long>::min, max defined. COMP: add additional library link dependencies See merge request !9
-
Mark OLESEN authored
- use setter method for context initialized