-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ENH: Introducing TimeDependentOperator and IterativeOperator, a generalized handling of arbitrary time step and iterate indices. * MOD: Maintenance on ad.Operator parsing, and operator function framework Co-authored-by: Ivar Stefansson <[email protected]> * Update src/porepy/numerics/ad/equation_system.py Co-authored-by: Ivar Stefansson <[email protected]> * Update src/porepy/numerics/ad/equation_system.py Co-authored-by: Ivar Stefansson <[email protected]> * Update src/porepy/numerics/ad/operator_functions.py Co-authored-by: Ivar Stefansson <[email protected]> * Update src/porepy/numerics/ad/operators.py Co-authored-by: Ivar Stefansson <[email protected]> * Update src/porepy/numerics/ad/operator_functions.py Co-authored-by: Ivar Stefansson <[email protected]> * Update src/porepy/numerics/ad/operators.py Co-authored-by: Ivar Stefansson <[email protected]> * Update src/porepy/numerics/ad/operators.py Co-authored-by: Ivar Stefansson <[email protected]> * Update src/porepy/numerics/ad/operators.py Co-authored-by: Ivar Stefansson <[email protected]> * Update src/porepy/numerics/ad/operators.py Co-authored-by: Ivar Stefansson <[email protected]> * Update src/porepy/numerics/ad/operators.py Co-authored-by: Ivar Stefansson <[email protected]> * Update src/porepy/numerics/ad/operators.py Co-authored-by: Ivar Stefansson <[email protected]> * MOD: Applying some changes from review. * Update src/porepy/numerics/ad/operators.py Co-authored-by: Eirik Keilegavlen <[email protected]> * DOC: Added comments regarding Variable ids * STY: black & flake8 * REF: EquationSystem.dofs_of again returns indices corresponding to order of input arguments. * MOD: Changing time step indexation: Previous time starts with index 1. --------- Co-authored-by: Ivar Stefansson <[email protected]> Co-authored-by: Eirik Keilegavlen <[email protected]>
- Loading branch information
1 parent
7bf8c53
commit 0e94301
Showing
38 changed files
with
1,555 additions
and
1,274 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
Oops, something went wrong.