Skip to content

Commit

Permalink
Merge pull request #712 from brighthe/master
Browse files Browse the repository at this point in the history
Added topology optimization module TopoOpt under the app and uniform_mesh_2d under the jax module
  • Loading branch information
weihuayi committed May 30, 2024
2 parents f951daf + c3ad8d6 commit ea03b1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/TopoOpt/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
test
"""
4 changes: 4 additions & 0 deletions fealpy/jax/mesh/uniform_mesh_2d.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class UniformMesh2d():

def __init__(self):
pass

0 comments on commit ea03b1a

Please sign in to comment.