-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
122 make sure that parameter have correct units (#141)
* set default parameters in base experiment instead of in each child once, move all parameter decleration into default_parameters function * add dimensionaly test of eyperiment parameters * add parameter dimensionalty test in material problems * fixed thix test missing default parameter * add set to default parameters in doc examples * add test for dimensionality check and exclude old default_parameter test * add default parameter test * changed degree in cylinder example to element_order * Update src/fenicsxconcrete/finite_element_problem/concrete_thermo_mechanical.py Co-authored-by: Sjard Mathis Rosenbusch <[email protected]> * Update src/fenicsxconcrete/finite_element_problem/concrete_thermo_mechanical.py Co-authored-by: Sjard Mathis Rosenbusch <[email protected]> * Update src/fenicsxconcrete/finite_element_problem/concrete_thermo_mechanical.py Co-authored-by: Sjard Mathis Rosenbusch <[email protected]> * add Sjards comments * add Sjards comments --------- Co-authored-by: aradermacher <[email protected]> Co-authored-by: Sjard Mathis Rosenbusch <[email protected]>
- Loading branch information
1 parent
304d2b9
commit 624caee
Showing
20 changed files
with
254 additions
and
141 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
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
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.