-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 3D case support capability for serial FSI cases (#133)
* Initial un-tested design for 3D FEniCS cases * autopep8 formatting checks * Filter duplicate DoFs * Filtering DoFs which are on the coupling interface * Code refactoring to avoid parallel initialization for serial cases * 3D function_space is identified as VECTOR FunctionType * Rectify error in generating PointSource * autopep8 formatting correction * Remove unnecessary import * Introducing changes which handle dimentionality in a generic way * Add assertions to safeguard against use of FEniCS Expression type boundary conditions in 3D cases * Checking if read and write functions passed are of the correct dimensions
- Loading branch information
1 parent
54c1642
commit a3f91d0
Showing
2 changed files
with
22 additions
and
18 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