YcZhang

Results 13 issues of YcZhang

![image](https://user-images.githubusercontent.com/12275879/74536299-c6e53e80-4f72-11ea-83a3-7bbad8501587.png) 在 `ScaledMonomialSpace2d.py` 中, 如上图中标注的, 第 194 行应该为 `ldof = self.number_of_local_dofs(p=p)`; 第 205 行, `np.eisum` 应该为 `np.einsum`.

运行 `PoissonFEMRate.py` 时提示如下错误 ``` File "/Documentsfealpy/functionspace/LagrangeFiniteElementSpace.py", line 86, in boundary_dof return self.dof.boundary_dof(threshold=threshold) NameError: name 'threshold' is not defined ```

I'm new about Julia, I have Pkg.add("ODE.jl") and Pkg.add("Cubature.jl"), also the Pkg.clone("git://github.com/ABAtanasov/GalerkinSparseGrids.jl") is successfully. But I do not know how to run the examples, could you give me some suggestion?