Skip to content

Commit

Permalink
strip_solution description
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Aug 30, 2024
1 parent ee5dd32 commit 059feaf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/basics/solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,11 @@ error state of the solution. The retcodes are as follows:

Extra fields for solutions of specific problems are specified in the appropriate
problem definition page.

## Solution Function Stripping
By default solution objects store functions, making them difficult to serialize. Using the function
`strip_solution(sol)`, a copy of the solution that does not contain any functions is created.

```@docs
SciMLBase.strip_solution
```

0 comments on commit 059feaf

Please sign in to comment.