Update Boundary Conditions authored by Elena Lega's avatar Elena Lega
...@@ -46,7 +46,7 @@ One way of implementing such condition is to define a new function: ...@@ -46,7 +46,7 @@ One way of implementing such condition is to define a new function:
} }
``` ```
You can have a look to the already implemented conditions in [src/boundariesConditions.cpp](https://gitlab.oca.eu/DISC/fargOCA/blob/master/src/boundariesConditions.cpp): `ComputeReflectingZ`, `OpenBoundaryR` etc. You can have a look to the already implemented conditions in [src/boundariesConditionsHandlers.cpp](https://gitlab.oca.eu/DISC/fargOCA/blob/master/src/boundariesConditionsHandlers.cpp): `ComputeReflectingZ`, `OpenBoundaryR` etc.
### Declaring a stateless boundaries condition ### Declaring a stateless boundaries condition
... ...
......