Changes
Page history
Update Boundary Conditions
authored
Oct 30, 2018
by
Alain O' Miniussi
Show whitespace changes
Inline
Side-by-side
Developer's-corner/Boundary-Conditions.md
View page @
71ad799f
...
@@ -55,6 +55,7 @@ In a carefully chosen source file ([src/boundariesConditions.cpp](https://gitlab
...
@@ -55,6 +55,7 @@ In a carefully chosen source file ([src/boundariesConditions.cpp](https://gitlab
using namespace fargOCA; // if necessary
using namespace fargOCA; // if necessary
// Note: SomeGreatBC must be visible in scope
// Note: SomeGreatBC must be visible in scope
// You probably jut need to add that:
FctBoundariesHandler someGreatBc("someGreatBC", SomGreatBC);
FctBoundariesHandler someGreatBc("someGreatBC", SomGreatBC);
```
```
...
...
...
...