-
- Downloads
Allow to associate a variable to a list of boundary conditions
This is done through the `VariableBCDescriptor` type in C++ which reads `variable_boundary_condition` in the scripting language. Also add the following pgs-function: variable_bc: Vh * (boundary_condition) -> variable_boundary_condition
Showing
- src/language/modules/SchemeModule.cpp 34 additions, 0 deletionssrc/language/modules/SchemeModule.cpp
- src/language/modules/SchemeModule.hpp 5 additions, 0 deletionssrc/language/modules/SchemeModule.hpp
- src/scheme/VariableBCDescriptor.hpp 41 additions, 0 deletionssrc/scheme/VariableBCDescriptor.hpp
src/scheme/VariableBCDescriptor.hpp
0 → 100644
Please register or sign in to comment