Skip to content

Commit

Permalink
add interpolation to mortars
Browse files Browse the repository at this point in the history
  • Loading branch information
ArseniyKholod committed Feb 11, 2024
1 parent c3d140d commit 501b9d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/literate/src/files/behind_the_scenes_simulation_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition_convergen
# Mortars store information about the connected elements, their relative positions, and allocate
# containers for storing the solutions along the boundaries between these elements.

# Due to the differing sizes of adjacent elements, it is not feasible to directly map boundary
# nodes of adjacent elements. Therefore, the concept of mortars employs a mass-conserving
# interpolation function to map boundary nodes from a larger element to a smaller one.

# In our visualization, mortars are represented as branched tubes.

# ![mortars_example](https://github.com/trixi-framework/Trixi.jl/assets/119304909/43a95a60-3a31-4b1f-8724-14049e7a0481)
Expand Down

0 comments on commit 501b9d5

Please sign in to comment.