Home
last modified time | relevance | path

Searched refs:meshing (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/
H A Dnetgen.pro29 libsrc/meshing/global.cpp \
30 libsrc/meshing/bisect.cpp \
31 libsrc/meshing/meshtool.cpp \
32 libsrc/meshing/refine.cpp \
33 libsrc/meshing/ruler3.cpp \
34 libsrc/meshing/improve3.cpp \
36 libsrc/meshing/adfront3.cpp \
37 libsrc/meshing/tetrarls.cpp \
42 libsrc/meshing/ruler2.cpp \
49 libsrc/meshing/triarls.cpp \
[all …]
/dports/math/pdal/PDAL-2.3.0/doc/workshop/slides/source/
H A Dmeshing.rst18 .. literalinclude:: ../../exercises/analysis/meshing/meshing.txt
24 .. image:: ../../images/meshing.png
38 .. literalinclude:: ../../exercises/analysis/meshing/meshing-buildings.txt
44 .. literalinclude:: ../../exercises/analysis//meshing/meshing-buildings-win.txt
51 .. image:: ../../images/meshing-buildings.png
/dports/math/mfem/mfem-4.3/
H A D.gitignore195 miniapps/meshing/mobius-strip
196 miniapps/meshing/klein-bottle
197 miniapps/meshing/toroid
198 miniapps/meshing/twist
200 miniapps/meshing/shaper
201 miniapps/meshing/extruder
202 miniapps/meshing/trimmer
207 miniapps/meshing/polar-nc
214 miniapps/meshing/shaper.mesh
217 miniapps/meshing/optimized*
[all …]
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/analysis/meshing/
H A Dmeshing.rst1 .. _workshop-meshing:
11 meshing filters: https://pdal.io/stages/filters.html#mesh. Three of these are 'in
13 Greedy projection meshing and Poisson surface meshing.
44 .. literalinclude:: ./meshing.txt
47 .. literalinclude:: ./meshing-win.txt
50 .. image:: ../../../images/meshing.png
51 :target: ../../../../_images/meshing.png
75 .. literalinclude:: ./meshing-buildings.txt
78 .. literalinclude:: ./meshing-buildings-win.txt
81 .. image:: ../../../images/meshing-buildings.png
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Dmeshfunc.cpp123 Meshing3 meshing(rulep); in MeshVolume() local
135 meshing.AddPoint (mesh3d[pi], pi); in MeshVolume()
139 meshing.AddConnectedPair (connectednodes.Get(i)); in MeshVolume()
144 meshing.AddBoundaryElement (hel); in MeshVolume()
149 meshing.GenerateMesh (mesh3d, mpquad); in MeshVolume()
172 Meshing3 meshing((const char**)NULL); in MeshVolume() local
179 meshing.AddPoint (mesh3d[pi], pi); in MeshVolume()
187 meshing.Delaunay (mesh3d, k, mp); in MeshVolume()
215 Meshing3 meshing(tetrules); in MeshVolume() local
232 meshing.AddBoundaryElement (hel); in MeshVolume()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dmeshfunc.cpp128 Meshing3 meshing(rulep); in MeshVolume() local
140 meshing.AddPoint (mesh3d[pi], pi); in MeshVolume()
149 meshing.AddBoundaryElement (hel); in MeshVolume()
154 meshing.GenerateMesh (mesh3d, mpquad); in MeshVolume()
177 Meshing3 meshing((const char**)NULL); in MeshVolume() local
184 meshing.AddPoint (mesh3d[pi], pi); in MeshVolume()
192 meshing.Delaunay (mesh3d, k, mp); in MeshVolume()
220 Meshing3 meshing(tetrules); in MeshVolume() local
230 meshing.AddPoint (mesh3d[pi], pi); in MeshVolume()
237 meshing.AddBoundaryElement (hel); in MeshVolume()
[all …]
/dports/cad/netgen/netgen-6.2.2105/libsrc/meshing/
H A Dmeshfunc.cpp28 unique_ptr<Meshing3> meshing; member
210 Meshing3 meshing(rulep); in CloseOpenQuads() local
221 meshing.AddPoint (mesh[pi], pi); in CloseOpenQuads()
237 meshing.AddBoundaryElement (hel); in CloseOpenQuads()
242 meshing.GenerateMesh (mesh, mpquad); in CloseOpenQuads()
273 md.meshing = make_unique<Meshing3>(nullptr); in MeshDomain()
275 md.meshing->AddPoint (mesh[pi], pi); in MeshDomain()
284 md.meshing->Delaunay (mesh, domain, mp); in MeshDomain()
325 Meshing3 meshing(tetrules); in MeshDomain() local
338 meshing.AddBoundaryElement (sel); in MeshDomain()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/doc/cookbook/src/
H A Dmesh.md7 | [Transfinite meshing](mesh/transfinite.md) | Transfinite meshing, recombination, smoothing |
11 | [Compound meshes](./mesh/compound.md) | Compound meshing |
16 | [Periodic meshes](./mesh/periodic.md) | Periodic meshing, model boundaries |
/dports/cad/netgen/netgen-6.2.2105/py_tutorials/
H A Dcsg_first_example.py2 import netgen.meshing as meshing namespace
63 param = meshing.MeshingParameters(maxh=0.2)
H A Dopengl_thread.py2 import netgen.meshing as meshing namespace
19 param = meshing.MeshingParameters()
H A Dopengl.py2 import netgen.meshing as meshing namespace
17 param = meshing.MeshingParameters()
/dports/cad/gmsh/gmsh-4.9.2-source/tutorial/
H A Dt12.geo5 // Cross-patch meshing with compounds
9 // "Compound" meshing constraints allow to generate meshes across surface
13 // When a `Compound Curve' or `Compound Surface' meshing constraint is given,
55 // Treat curves 2, 3 and 4 as a single curve when meshing (i.e. mesh across
62 // Treat surfaces 1, 5 and 10 as a single surface when meshing (i.e. mesh across
/dports/cad/netgen/netgen-6.2.2105/tests/pytest/
H A Dtest_savemesh.py3 from netgen import meshing
29 mesh = CreateGeo().GenerateMesh(maxh=0.4,perfstepsend = meshing.MeshingStep.MESHSURFACE)
34 mesh2 = meshing.Mesh()
H A Dtest_mpi4py.py2 import netgen.meshing
17 mesh = netgen.meshing.Mesh(3, comm)
/dports/cad/netgen/netgen-6.2.2105/nglib/
H A Dnetgen.py4 from libmesh import meshing
11 sys.modules['netgen.meshing'] = meshing
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/mesh/
H A Dbug258066 # Stack overflow during meshing
12 puts "ERROR: OCC25806 is reproduced. Errors during meshing."
H A Dbug250806 # [Regression] Problem of meshing narrow face
13 puts "Error : Problem of meshing narrow face"
H A Dbug25469_116 puts "Error: incorrect meshing of shape 1"
22 puts "Error: meshing of shape 2 corrupts mesh of shape 1"
H A Dbug25469_220 puts "Error: incorrect meshing of shape 1"
26 puts "Error: meshing of shape 2 corrupts mesh of shape 1"
/dports/math/openturns/openturns-1.18/python/src/
H A DUniVariateFunctionImplementation_doc.i.in53 The starting value that is used for meshing the x-axis.
55 The ending value that is used for meshing the x-axis.
57 The number of points that is used for meshing the x-axis.
/dports/cad/gmsh/gmsh-4.9.2-source/doc/cookbook/src/mesh/
H A Dtransfinite.md1 # Transfinite meshing (Tutorial 6)
4 This is a powerful tool for meshing difficult geometries.
/dports/cad/opencascade/opencascade-7.6.0/doc/refman/html/
H A Dclass_b_rep_mesh___delaunay_node_insertion_mesh_algo__inherit__graph.map2 …eflection_control_mesh_algo.html" title="Extends node insertion Delaunay meshing algo in order to …
3 …="$class_b_rep_mesh___node_insertion_mesh_algo.html" title="Extends base meshing algo in order to …
H A Dclass_b_rep_mesh___node_insertion_mesh_algo__inherit__graph.map2 …h___delaunay_node_insertion_mesh_algo.html" title="Extends base Delaunay meshing algo in order to …
3 …eflection_control_mesh_algo.html" title="Extends node insertion Delaunay meshing algo in order to …
H A Dclass_b_rep_mesh___delaunay_deflection_control_mesh_algo__inherit__graph.map2 …h___delaunay_node_insertion_mesh_algo.html" title="Extends base Delaunay meshing algo in order to …
3 …="$class_b_rep_mesh___node_insertion_mesh_algo.html" title="Extends base meshing algo in order to …
/dports/math/pdal/PDAL-2.3.0/doc/workshop/exercises/
H A Dindex.rst48 analysis/meshing/meshing

12345678910>>...12