Closed JohanMabille closed 4 years ago
The methods "getTwoPhasesXXX" are never called in the Python file.
The methods "getTwoPhasesXXX" are never called in the Python file.
They're called in the solvers: https://github.com/erdc/proteus/blob/master/proteus/LinearSolvers.py#L3482
Once you finish this, I may look at creating a separate class for those functions, but for now I'd like to leave them there.
Thanks for the pointer, I need to fix the linear solvers then.
Theoretically it should, since it is where the python interface of arguments_dict
is defined. I can make a pass on setup.py to clean it once we're done with the migration.
Made these changes and fixed other issues in #1163
Thanks! I will go on with the remaining files tonight.
Mandatory Checklist
Please ensure that the following criteria are met:
As a general rule of thumb, try to follow PEP8 guidelines.
Description