mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-04 09:00:33 +05:00
merge
This commit is contained in:
commit
5c13649453
@ -26,8 +26,6 @@ def geom2d_meshing_func (geom, **args):
|
|||||||
SplineGeometry.GenerateMesh = geom2d_meshing_func
|
SplineGeometry.GenerateMesh = geom2d_meshing_func
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
unit_square = SplineGeometry()
|
unit_square = SplineGeometry()
|
||||||
pnts = [ (0,0), (1,0), (1,1), (0,1) ]
|
pnts = [ (0,0), (1,0), (1,1), (0,1) ]
|
||||||
lines = [ (0,1,1), (1,2,2), (2,3,3), (3,0,4) ]
|
lines = [ (0,1,1), (1,2,2), (2,3,3), (3,0,4) ]
|
||||||
|
Loading…
Reference in New Issue
Block a user