forked from hpc-maths/ponio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cppcheck
16 lines (16 loc) · 1.1 KB
/
.cppcheck
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
noExplicitConstructor
duplInheritedMember
missingIncludeSystem
preprocessorErrorDirective
checkersReport
# suppress unusedFunction in butcher_methods.hpp
unusedFunction:ponio/include/ponio/runge_kutta/butcher_methods.hpp
# possible false positive
unusedFunction:ponio/include/ponio/detail.hpp:126 # constexpr std::array<std::remove_cvref_t<T>, N> init_fill_array( T&& value )
unusedFunction:ponio/include/ponio/detail.hpp:135 # constexpr bool applyable_impl( std::index_sequence<Is...> )
unusedFunction:ponio/include/ponio/problem.hpp:115
unusedFunction:ponio/include/ponio/problem.hpp:154 # implicit_problem<Callable_t, Jacobian_t> make_implicit_problem( Callable_t&& f, Jacobian_t&& df )
unusedFunction:ponio/include/ponio/runge_kutta/exprk.hpp:28 # auto coefficient_eval( func_t&& f, linear_t&& l )
unusedFunction:ponio/include/ponio/runge_kutta/exprk.hpp:43 # auto triangular_get( tuple_t& t )
unusedFunction:ponio/include/ponio/splitting/strang.hpp:367 # auto make_adaptive_strang_tuple( value_t delta, value_t tolerance, std::pair<Algorithms_t, value_t>&&... args )
ctuOneDefinitionRuleViolation:ponio/examples/heat.cpp