Skip to content

Commit 2b6f1c6

Browse files
committed
docstring format
1 parent f28687d commit 2b6f1c6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/trustRegion.jl

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
EnumX.@enumx RadiusUpdateSchemes begin
2-
Simple
3-
Hei
4-
Yuan
5-
Bastin
6-
Fan
7-
end
8-
91
"""
102
```julia
113
TrustRegion(; chunk_size = Val{0}(), autodiff = Val{true}(),
@@ -90,6 +82,15 @@ for large-scale and numerically-difficult nonlinear systems.
9082
Currently, the linear solver and chunk size choice only applies to in-place defined
9183
`NonlinearProblem`s. That is expected to change in the future.
9284
"""
85+
EnumX.@enumx RadiusUpdateSchemes begin
86+
Simple
87+
Hei
88+
Yuan
89+
Bastin
90+
Fan
91+
end
92+
93+
9394
struct TrustRegion{CS, AD, FDT, L, P, ST, CJ, MTR} <:
9495
AbstractNewtonAlgorithm{CS, AD, FDT, ST, CJ}
9596
linsolve::L

0 commit comments

Comments
 (0)