We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2030591 commit 7fe21abCopy full SHA for 7fe21ab
src/integrator.jl
@@ -71,7 +71,6 @@ hasnullvector(int::GeometricIntegrator) = hasnullvector(method(int))
71
implicit_update(int::GeometricIntegrator) = implicit_update(method(int))
72
nconstraints(int::GeometricIntegrator) = nconstraints(problem(int))
73
Base.ndims(int::GeometricIntegrator) = ndims(problem(int))
74
-nstages(int::GeometricIntegrator) = nstages(tableau(method(int)))
75
nlsolution(int::GeometricIntegrator) = nlsolution(cache(int))
76
nullvector(int::GeometricIntegrator) = nullvector(method(int))
77
tableau(int::GeometricIntegrator) = tableau(method(int))
0 commit comments