Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maroba committed Jul 19, 2023
1 parent abfc912 commit af0295b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -225,6 +225,7 @@ As of version 0.10, findiff can also provide a symbolic representation of finite
from findiff import SymbolicMesh, SymbolicDiff

mesh = SymbolicMesh("x, y")
u = mesh.create_symbol("u")
d2_dx2, d2_dy2 = [SymbolicDiff(mesh, axis=k, degree=2) for k in range(2)]

(
Expand Down

0 comments on commit af0295b

Please sign in to comment.