|
1 | | -resize!(i::DEIntegrator,ii::Int) = error("This method has not been implemented for the integrator") |
2 | | -deleteat!(i::DEIntegrator,ii) = error("This method has not been implemented for the integrator") |
3 | | -addat!(i::DEIntegrator,ii,val=zeros(length(idxs))) = error("This method has not been implemented for the integrator") |
4 | | -user_cache(i::DEIntegrator) = error("This method has not been implemented for the integrator") |
5 | | -u_cache(i::DEIntegrator) = error("This method has not been implemented for the integrator") |
6 | | -du_cache(i::DEIntegrator) = error("This method has not been implemented for the integrator") |
7 | | -full_cache(i::DEIntegrator) = error("This method has not been implemented for the integrator") |
8 | | -resize_non_user_cache!(i::DEIntegrator,ii::Int) = error("This method has not been implemented for the integrator") |
9 | | -deleteat_non_user_cache!(i::DEIntegrator,idxs) = error("This method has not been implemented for the integrator") |
10 | | -addat_non_user_cache!(i::DEIntegrator,idxs) = error("This method has not been implemented for the integrator") |
11 | | -terminate!(i::DEIntegrator) = error("This method has not been implemented for the integrator") |
12 | | -get_du(i::DEIntegrator) = error("This method has not been implemented for the integrator") |
13 | | -get_dt(i::DEIntegrator) = error("This method has not been implemented for the integrator") |
14 | | -get_proposed_dt(i::DEIntegrator) = error("This method has not been implemented for the integrator") |
15 | | -modify_proposed_dt!(i::DEIntegrator) = error("This method has not been implemented for the integrator") |
16 | | -u_modified!(i::DEIntegrator,bool) = error("This method has not been implemented for the integrator") |
17 | | -savevalues!(i::DEIntegrator) = error("This method has not been implemented for the integrator") |
18 | | -add_tstop!(i::DEIntegrator,t) = error("This method has not been implemented for the integrator") |
19 | | -add_saveat!(i::DEIntegrator,t) = error("This method has not been implemented for the integrator") |
20 | | -set_abstol!(i::DEIntegrator,t) = error("This method has not been implemented for the integrator") |
21 | | -set_reltol!(i::DEIntegrator,t) = error("This method has not been implemented for the integrator") |
| 1 | +resize!(i::DEIntegrator,ii::Int) = error("resize!: method has not been implemented for the integrator") |
| 2 | +deleteat!(i::DEIntegrator,ii) = error("deleteat!: method has not been implemented for the integrator") |
| 3 | +addat!(i::DEIntegrator,ii,val=zeros(length(idxs))) = error("addat!: method has not been implemented for the integrator") |
| 4 | +user_cache(i::DEIntegrator) = error("user_cache: method has not been implemented for the integrator") |
| 5 | +u_cache(i::DEIntegrator) = error("u_cache: method has not been implemented for the integrator") |
| 6 | +du_cache(i::DEIntegrator) = error("du_cache: method has not been implemented for the integrator") |
| 7 | +full_cache(i::DEIntegrator) = error("full_cache: method has not been implemented for the integrator") |
| 8 | +resize_non_user_cache!(i::DEIntegrator,ii::Int) = error("resize_non_user_cache!: method has not been implemented for the integrator") |
| 9 | +deleteat_non_user_cache!(i::DEIntegrator,idxs) = error("deleteat_non_user_cache!: method has not been implemented for the integrator") |
| 10 | +addat_non_user_cache!(i::DEIntegrator,idxs) = error("addat_non_user_cache!: method has not been implemented for the integrator") |
| 11 | +terminate!(i::DEIntegrator) = error("terminate!: method has not been implemented for the integrator") |
| 12 | +get_du(i::DEIntegrator) = error("get_du: method has not been implemented for the integrator") |
| 13 | +get_dt(i::DEIntegrator) = error("get_dt: method has not been implemented for the integrator") |
| 14 | +get_proposed_dt(i::DEIntegrator) = error("get_proposed_dt: method has not been implemented for the integrator") |
| 15 | +modify_proposed_dt!(i::DEIntegrator) = error("modify_proposed_dt!: method has not been implemented for the integrator") |
| 16 | +u_modified!(i::DEIntegrator,bool) = error("u_modified!: method has not been implemented for the integrator") |
| 17 | +savevalues!(i::DEIntegrator) = error("savevalues!: method has not been implemented for the integrator") |
| 18 | +add_tstop!(i::DEIntegrator,t) = error("add_tstop!: method has not been implemented for the integrator") |
| 19 | +add_saveat!(i::DEIntegrator,t) = error("add_saveat!: method has not been implemented for the integrator") |
| 20 | +set_abstol!(i::DEIntegrator,t) = error("set_abstol!: method has not been implemented for the integrator") |
| 21 | +set_reltol!(i::DEIntegrator,t) = error("set_reltol!: method has not been implemented for the integrator") |
22 | 22 |
|
23 | 23 | ### Addat isn't a real thing. Let's make it a real thing Gretchen |
24 | 24 |
|
|
0 commit comments