HasSourceJacobian Concept ReferenceΒΆ
|
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
|
pops::HasSourceJacobian Concept Reference
#include <implicit_stepper.hpp>
Concept definition
template<class M>
concept pops::HasSourceJacobian =
m.source_jacobian(u, a, J);
}
Definition implicit_stepper.hpp:72
Generated by