File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
"""
42
42
$(TYPEDSIGNATURES)
43
43
44
- Generate `System` of nonlinear equations which initializes a problem from specified initial conditions of an `AbstractTimeDependentSystem `.
44
+ Generate `System` of nonlinear equations which initializes a problem from specified initial conditions of a time-dependent `AbstractSystem `.
45
45
"""
46
46
function generate_initializesystem_timevarying (sys:: AbstractSystem ;
47
47
op = Dict (),
218
218
"""
219
219
$(TYPEDSIGNATURES)
220
220
221
- Generate `System` of nonlinear equations which initializes a problem from specified initial conditions of an `AbstractTimeDependentSystem `.
221
+ Generate `System` of nonlinear equations which initializes a problem from specified initial conditions of a time-independent `AbstractSystem `.
222
222
"""
223
223
function generate_initializesystem_timeindependent (sys:: AbstractSystem ;
224
224
op = Dict (),
You can’t perform that action at this time.
0 commit comments