Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuayi committed Jul 6, 2020
1 parent 935b835 commit 4f206aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions fealpy/functionspace/LagrangeFiniteElementSpace.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ def linear_elasticity_matrix(self, mu, lam, format='csr'):
ldof = self.number_of_local_dofs()
gdof = self.number_of_global_dofs()

#TODO: make it more efficient
I = np.einsum('k, ij->ijk', np.ones(ldof), cell2dof)
J = I.swapaxes(-1, -2)

Expand Down
3 changes: 1 addition & 2 deletions setup_win.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
install_requires=[
'numpy',
'scipy',
'matplotlib',
'pyfftw'
'matplotlib'
],
zip_safe=False)

0 comments on commit 4f206aa

Please sign in to comment.