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 4141"""
4242$(TYPEDSIGNATURES)
4343
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 `.
4545"""
4646function generate_initializesystem_timevarying (sys:: AbstractSystem ;
4747 op = Dict (),
218218"""
219219$(TYPEDSIGNATURES)
220220
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 `.
222222"""
223223function generate_initializesystem_timeindependent (sys:: AbstractSystem ;
224224 op = Dict (),
You can’t perform that action at this time.
0 commit comments