https://github.com/hpc-maths/ponio
Tip revision: 20b0b2ff6c0cbf33bd89ac8c8a5f81bb6e938fea authored by Josselin Massot on 26 September 2024, 09:26:36 UTC
docs: add authors file (#60)
docs: add authors file (#60)
Tip revision: 20b0b2f
.cppcheck
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:336 # auto make_adaptive_strang_tuple( value_t delta, value_t tolerance, std::pair<Algorithms_t, value_t>&&... args )
ctuOneDefinitionRuleViolation:ponio/examples/heat.cpp