File: t_IntervalMesher_std.expout

package info (click to toggle)
openturns 1.26-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 67,708 kB
  • sloc: cpp: 261,605; python: 67,030; ansic: 4,378; javascript: 406; sh: 185; xml: 164; makefile: 101
file content (20 lines) | stat: -rw-r--r-- 993 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
mesher1D= class=IntervalMesher discretization=[5]
mesh1D= Mesh(dimension=1, vertices=6, simplices=5)
mesher2D= class=IntervalMesher discretization=[5,5]
mesh2D= Mesh(dimension=2, vertices=36, simplices=50)
mesher3D= class=IntervalMesher discretization=[5,5,5]
mesh3D= Mesh(dimension=3, vertices=216, simplices=750)
mesher4D= class=IntervalMesher discretization=[2,2,2,2]
mesh4D= Mesh(dimension=4, vertices=81, simplices=384)
mesher5D= class=IntervalMesher discretization=[2,2,2,2,2]
mesh5D= Mesh(dimension=5, vertices=243, simplices=3840)
mesher1D= class=IntervalMesher discretization=[5]
mesh1D= Mesh(dimension=1, vertices=10, simplices=9)
mesher2D= class=IntervalMesher discretization=[5,5]
mesh2D= Mesh(dimension=2, vertices=61, simplices=100)
mesher3D= class=IntervalMesher discretization=[5,5,5]
mesh3D= Mesh(dimension=3, vertices=791, simplices=3000)
mesher4D= class=IntervalMesher discretization=[2,2,2,2]
notyetimpl
mesher5D= class=IntervalMesher discretization=[2,2,2,2,2]
notyetimpl