-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Neumann BCs in problem helper (#364)
* Fixed (?) BCs for quench problem * Added function for generating mesh to the problem helper * Small cleanup * Fixed Neumann-BCs for up to second order for advection and heat equation * Sped up generation of preconditioner for quench problem * Work in progress * TL: some debugging, still weird results ... * TL: uniformized bc generation * TL: finished implementation of neumann bc's * Almost done * TL: finished implementation and tests for Neumann * TL: updated documentation on the generic_ND_FD problem --------- Co-authored-by: Thibaut Lunet <thibaut.lunet@tuhh.de>
- Loading branch information
1 parent
f6f013e
commit 7142713
Showing
10 changed files
with
467 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.