Skip to content

[WIP] Add documentation #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update _docs_v7/Gradients-Limiters.md
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
  • Loading branch information
suargi and pcarruscag authored Aug 26, 2021
commit 694e88c12aeb1f31e5f2b933879f5f85d44ae86c
2 changes: 1 addition & 1 deletion _docs_v7/Gradients-Limiters.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This page lists the gradient computation methods and the limiter functions in SU

## Gradient Computation ##
The numerical method for the spatial gradients computation is specified by the `NUM_METHOD_GRAD` field. The list of availabel options is given below.
`GREEN_GAUSS`: classic gradient reconstruction based on the Green-Gauss theorem.
`GREEN_GAUSS`: Classic gradient reconstruction based on the Green-Gauss theorem.
`LEAST_SQUARES`: Compute the gradient of a field using unweighted Least- Squares approximation.
`WEIGHTED_LEAST_SQUARES`: Compute the gradient of a field using inverse-distance-weighted approximation.
The default option is set to `WEIGHTED_LEAST_SQUARES`.
Expand Down