comparison src/BoundaryConditions/BoundaryConditions.jl @ 1602:3e7438e2a033 feature/boundary_conditions

Address review comments (1 left to be discussed)
author Vidar Stiernström <vidar.stiernstrom@gmail.com>
date Sat, 01 Jun 2024 17:39:54 -0700
parents 37b05221beda
children
comparison
equal deleted inserted replaced
1601:fad18896d20a 1602:3e7438e2a033
2 2
3 # REVIEW: Does this need to be in a separate module? I feel like it fits quite well into SbpOperators. 3 # REVIEW: Does this need to be in a separate module? I feel like it fits quite well into SbpOperators.
4 4
5 export BoundaryCondition 5 export BoundaryCondition
6 export discretize_data 6 export discretize_data
7 export data # REVIEW: Name too generic to export. 7 export boundary_data
8 export id # REVIEW: Also to generic. Change to `boundary`? 8 export boundary
9 9
10 export NeumannCondition 10 export NeumannCondition
11 export DirichletCondition 11 export DirichletCondition
12 12
13 export sat 13 export sat