Skip to content

Commit 8a4ca21

Browse files
feat: export AnalysisPoint-related tools
1 parent 04ca326 commit 8a4ca21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ModelingToolkit.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,8 @@ export MTKParameters, reorder_dimension_by_tunables!, reorder_dimension_by_tunab
293293

294294
export HomotopyContinuationProblem
295295

296+
export AnalysisPoint, Break, PerturbOutput, SampleInput, SensitivityTransform,
297+
ComplementarySensitivityTransform, LoopTransferTransform, apply_transformation,
298+
get_sensitivity_function, get_comp_sensitivity_function, get_looptransfer_function,
299+
get_sensitivity, get_comp_sensitivity, get_looptransfer, open_loop
296300
end # module

0 commit comments

Comments
 (0)