From 28b1244822ac282d22dac389b83afc242172da68 Mon Sep 17 00:00:00 2001 From: Benedict <135045760+bgeihe@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:06:36 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Hendrik Ranocha Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> --- src/meshes/t8code_mesh.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/meshes/t8code_mesh.jl b/src/meshes/t8code_mesh.jl index e3293786cf0..3343010e844 100644 --- a/src/meshes/t8code_mesh.jl +++ b/src/meshes/t8code_mesh.jl @@ -512,14 +512,14 @@ function adapt_callback_wrapper(forest, end """ - adapt!(mesh::T8codeMesh, adapt_callback; kwargs...) + Trixi.adapt!(mesh::T8codeMesh, adapt_callback; kwargs...) Adapt a `T8codeMesh` according to a user-defined `adapt_callback`. # Arguments - `mesh::T8codeMesh`: Initialized mesh object. - `adapt_callback`: A user-defined callback which tells the adaption routines - if an element should be refined, coarsend or stay unchanged. + if an element should be refined, coarsened or stay unchanged. The expected callback signature is as follows: