@@ -20,17 +20,17 @@ Indexes into the `MTKParameters` object take the form of `ParameterIndex` object
20
20
are similarly undocumented. Following is the list of behaviors that should be relied on for
21
21
` MTKParameters ` :
22
22
23
- - It implements the SciMLStructures interface.
24
- - It can be queried for parameters using functions returned from
25
- ` SymbolicIndexingInterface.getp ` .
26
- - ` getindex(::MTKParameters, ::ParameterIndex) ` can be used to obtain the value of a
27
- parameter with the given index.
28
- - ` setindex!(::MTKParameters, value, ::ParameterIndex) ` can be used to set the value of a
29
- parameter with the given index.
30
- - ` parameter_values(sys, sym) ` will return a ` ParameterIndex ` object if ` sys ` has been
31
- ` complete ` d (through ` structural_simplify ` , ` complete ` or ` @mtkbuild ` ).
32
- - ` copy(::MTKParameters) ` is defined and duplicates the parameter object, including the
33
- memory used by the underlying buffers.
23
+ - It implements the SciMLStructures interface.
24
+ - It can be queried for parameters using functions returned from
25
+ ` SymbolicIndexingInterface.getp ` .
26
+ - ` getindex(::MTKParameters, ::ParameterIndex) ` can be used to obtain the value of a
27
+ parameter with the given index.
28
+ - ` setindex!(::MTKParameters, value, ::ParameterIndex) ` can be used to set the value of a
29
+ parameter with the given index.
30
+ - ` parameter_values(sys, sym) ` will return a ` ParameterIndex ` object if ` sys ` has been
31
+ ` complete ` d (through ` structural_simplify ` , ` complete ` or ` @mtkbuild ` ).
32
+ - ` copy(::MTKParameters) ` is defined and duplicates the parameter object, including the
33
+ memory used by the underlying buffers.
34
34
35
35
Any other behavior of ` MTKParameters ` (other ` getindex ` /` setindex! ` methods, etc.) is an
36
36
undocumented internal and should not be relied upon.
0 commit comments