Skip to content
Snippets Groups Projects

Feature/free boundary condition

Merged Stéphane Del Pino requested to merge feature/free-boundary-condition into develop
4 files
+ 53
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -6,6 +6,7 @@
#include <mesh/Mesh.hpp>
#include <scheme/DirichletBoundaryConditionDescriptor.hpp>
#include <scheme/FourierBoundaryConditionDescriptor.hpp>
#include <scheme/FreeBoundaryConditionDescriptor.hpp>
#include <scheme/IBoundaryConditionDescriptor.hpp>
#include <scheme/IBoundaryDescriptor.hpp>
#include <scheme/NamedBoundaryDescriptor.hpp>
Loading