File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,14 @@ integral(f, curve) # -> Approximately 2π Ω
8181The alias function ` lineintegral ` works for this geometry since it has one
8282parametric dimension. However, the aliases ` surfaceintegral ` and ` volumeintegral `
8383will throw an ` ArgumentError ` since the geometry is not a surface or volume.
84- ``` @example tutorial
84+ ``` jldoctest tutorial
8585lineintegral(f, curve) # -> Approximately 2π Ω
8686
8787surfaceintegral(f, curve) # -> throws ArgumentError
88+ ERROR: ArgumentError: Performing a surface integral on a geometry with 1 parametric dimensions not supported.
8889
8990volumeintegral(f, curve) # -> throws ArgumentError
91+ ERROR: ArgumentError: Performing a volume integral on a geometry with 1 parametric dimensions not supported.
9092```
9193
9294An ` IntegrationRule ` with settings can also be manually specified. The following
You can’t perform that action at this time.
0 commit comments