-
- Downloads
Reorganize boundary conditions
Now BC types are - Dirichlet - Fourier - Neumann - Symmetry One can set tags for Dirichlet, Neumann and Fourier in order to distinguish variables concerned by these conditions. In the future, it is planned to allow freefem like conditions such as `u = g on XMIN` or `alpha * u + dnu (u) = g on 3`,... However this will only make sense when "algorithms" will be set in pugs' language.
parent
e5173a94
No related branches found
No related tags found
Showing
- src/language/algorithms/AcousticSolverAlgorithm.cpp 65 additions, 51 deletionssrc/language/algorithms/AcousticSolverAlgorithm.cpp
- src/language/algorithms/AcousticSolverAlgorithm.hpp 2 additions, 12 deletionssrc/language/algorithms/AcousticSolverAlgorithm.hpp
- src/language/modules/SchemeModule.cpp 8 additions, 3 deletionssrc/language/modules/SchemeModule.cpp
- src/scheme/AcousticSolver.hpp 1 addition, 6 deletionssrc/scheme/AcousticSolver.hpp
- src/scheme/AcousticSolverType.hpp 10 additions, 0 deletionssrc/scheme/AcousticSolverType.hpp
- src/scheme/DirichletBoundaryConditionDescriptor.hpp 64 additions, 0 deletionssrc/scheme/DirichletBoundaryConditionDescriptor.hpp
- src/scheme/FourierBoundaryConditionDescriptor.hpp 75 additions, 0 deletionssrc/scheme/FourierBoundaryConditionDescriptor.hpp
- src/scheme/IBoundaryConditionDescriptor.hpp 3 additions, 2 deletionssrc/scheme/IBoundaryConditionDescriptor.hpp
- src/scheme/NeumannBoundaryConditionDescriptor.hpp 64 additions, 0 deletionssrc/scheme/NeumannBoundaryConditionDescriptor.hpp
Loading
Please register or sign in to comment