Skip to content
Snippets Groups Projects

Feature/free boundary condition

Merged Stéphane Del Pino requested to merge feature/free-boundary-condition into develop
3 files
+ 48
0
Compare changes
  • Side-by-side
  • Inline
Files
3
  • 5656c2c6
    The aim of this kind of boundary condition descriptor is to indicate
    that as "special" treatment is to be performed for a boundary that
    is not subject to a boundary condition at the continuous level.
    
    For instance it may occur when using a centered scheme to discretize a
    system which has only one wave (quite often with scalar laws:
    transport, traffic flow,...)
    
    It can be used both to change locally the scheme and to check that no
    boundary has been forgotten in the description
@@ -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