comparison src/BoundaryConditions/BoundaryConditions.jl @ 1599:37b05221beda feature/boundary_conditions

Review
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 29 May 2024 22:35:08 +0200
parents da1b85c80a3f
children 3e7438e2a033
comparison
equal deleted inserted replaced
1598:19cdec9c21cb 1599:37b05221beda
1 module BoundaryConditions 1 module BoundaryConditions
2 2
3 # REVIEW: Does this need to be in a separate module? I feel like it fits quite well into SbpOperators.
3 4
4 export BoundaryCondition 5 export BoundaryCondition
5 export discretize_data 6 export discretize_data
6 export data 7 export data # REVIEW: Name too generic to export.
7 export id 8 export id # REVIEW: Also to generic. Change to `boundary`?
8 9
9 export NeumannCondition 10 export NeumannCondition
10 export DirichletCondition 11 export DirichletCondition
11 12
12 export sat 13 export sat