- Oct 11, 2019
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Oct 10, 2019
-
-
Stephan Seitz authored
For sympy, oo s a number. So pystencils prints a type infinity a double INFINITY as INFINITY.0
-
- Oct 01, 2019
-
-
-
Stephan Seitz authored
-
- Sep 30, 2019
-
-
Stephan Seitz authored
-
- Sep 27, 2019
-
-
Stephan Seitz authored
-
- Sep 24, 2019
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Sep 23, 2019
-
-
Stephan Seitz authored
There is now a superior implementation in pystencils_autodiff. This is actually a AST Node for wrapper code. pystencils_autodiff has now a AST printer for framework integration code. So framework AST nodes are now there and kernel AST nodes remain here.
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Sep 22, 2019
-
-
Stephan Seitz authored
-
- Aug 21, 2019
-
-
Stephan Seitz authored
Problem some constant expressions are neither Float,Integer,Rational but don't have arguments. >>> isinstance(pi, Integer) False >>> isinstance(pi, Float) False >>> isinstance(pi, Rational) False >>> pi.args ()
-
- Aug 19, 2019
-
-
Stephan Seitz authored
Sum and Product have a indexing variable which is a Atom but not a free symbol
-
Stephan Seitz authored
... or code will be executed when pytest is collecting the tests. I found out that I can use "-s" to convince vim-test to show me test output.
-
- Aug 16, 2019
-
-
Martin Bauer authored
- str(e) did work in previous pytest version - but the correct usage is str(e.value) - in newer pytest version the string for the e object is changed so the tests did not work any more
-
Martin Bauer authored
- numpy constants get directly their numpy type - integer functions check for integer types at construction
-
Martin Bauer authored
-
- Aug 15, 2019
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Aug 14, 2019
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- Aug 13, 2019
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- Aug 12, 2019
-
-
Stephan Seitz authored
-
- Aug 06, 2019
-
-
derive gradient weights of other direction with already calculated weights of one direction via rotation and apply them to a field. as_matrix gives now a deprecated warning and as_array is no newly implemented to replace it. as_array works with MutableDenseNDimArray now instead of Matrix
-
- Aug 05, 2019
-
-
Stephan Seitz authored
This commit avoid dependency of core pystencils on jinja2. However this could make the printing of some AST-nodes less elegant.
-
- Aug 02, 2019
-
-
Stephan Seitz authored
-
- Jul 18, 2019
-
-
- rename header Field.h is not a unique name in waLBerla context - add PyStencilsField.h - bindings were lacking data type
-
Martin Bauer authored
-
- Jul 15, 2019
-
-
Stephan Seitz authored
-