clang-tidy
- readability-*, -readability-magic-numbers, -readability-redundant-access-specifiers
- bugprone-*
- modernize-*, -modernize-use-trailing-return-type*
- modernize-use-auto
- performance-*
- mpi-*
- openmp-*
- const (GhostType|ElementType) & -> \1
- changed empty to clear and clear to zero to match stl