Skip to content

Commit

Permalink
Fix link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonrickenbach committed Jan 3, 2024
1 parent dafed86 commit dca10aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/006_filter_composite_data_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This example shows how data filtering can be used for custom postprocessing of
layered composites. You can filter strains and stresses by material, layer, or
analysis ply. Filtering by analysis ply is implemented on the server side and
exposed with the function :func:`get_ply_wise_data`. In this case the data is
exposed with the function :func:`.get_ply_wise_data`. In this case the data is
filtered (and reduced) on the server side and only the resulting field is returned
to the client. This is the recommended way to filter data if possible.
For more complex filtering, the data is transferred to the client and side and filtered
Expand Down

0 comments on commit dca10aa

Please sign in to comment.