Skip to content

Commit

Permalink
Merge branch 'feature-t8code-3d' of github.com:trixi-framework/Trixi.…
Browse files Browse the repository at this point in the history
…jl into feature-t8code-3d
  • Loading branch information
Johannes Markert committed Jan 19, 2024
2 parents e055f5a + 28b1244 commit 38aa10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/meshes/t8code_mesh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -513,14 +513,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:
Expand Down

0 comments on commit 38aa10b

Please sign in to comment.