Revision 6d314218a8cf821c9057d6039f40c528eff4a964 authored by Dmitri Naumov on 12 October 2021, 16:20:35 UTC, committed by Dmitry Yu. Naumov on 12 January 2022, 19:51:47 UTC
The local and global nonlinear solvers are very sensitive
to the previous solutions.
1 parent 0b2ab89
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top