Skip to content
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

Document that compute_aspect_ratio_of_cells() requires LAPACK. #15294

Merged
merged 1 commit into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions include/deal.II/grid/grid_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ namespace GridTools
* n_active_cells but the aspect ratio is only computed for the cells that
* are locally owned and placed at index CellAccessor::active_cell_index(),
* respectively. All other values are set to 0.
*
* @note This function can only be used if deal.II was configured with
* support for LAPACK.
*/
template <int dim>
Vector<double>
Expand Down