Skip to content

Commit

Permalink
Fix one more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller authored Oct 10, 2024
1 parent b667ddd commit da389bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/user/extending/plugin-types/velocity-bc.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To implement a new boundary velocity model, you need to overload the
class and use the
`ASPECT_REGISTER_BOUNDARY_VELOCITY_MODEL` macro to register your new
class. The implementation of the new class should be in namespace
`aspect::VelocityBoundaryConditions`.
`aspect::BoundaryVelocity`.

In essence, the main function you have to implement for this plugin system is one
that, given a point returns the prescribed velocity at that point.
Expand Down

0 comments on commit da389bd

Please sign in to comment.