Remove trailing whitespace

This commit is contained in:
Julian Stahl 2022-11-18 01:49:50 +01:00
parent 65f975d697
commit 97beade7ef
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ The classical DC method requires the gradient of the scalar field.
The provided domain therefore has to implement the concept `IsosurfacingDomainWithGradient`. The provided domain therefore has to implement the concept `IsosurfacingDomainWithGradient`.
All default domain implementations do this but assume the gradient to be zero if it is not provided as an additional parameter. All default domain implementations do this but assume the gradient to be zero if it is not provided as an additional parameter.
Thus, for using the classical DC, the gradient has to be defined by the user. Thus, for using the classical DC, the gradient has to be defined by the user.
Alternatively, there are also some default gradient functions implemented, Alternatively, there are also some default gradient functions implemented,
such as `Finite_difference_gradient` and `Explicit_cartesian_grid_gradient`. such as `Finite_difference_gradient` and `Explicit_cartesian_grid_gradient`.
Different versions of DC compute the vertex positions differently. Different versions of DC compute the vertex positions differently.