Hello all,
This question isn't particularly about meshpy although I would end up
wanting to do this inside meshpy, but since I can't find a tetgen mailing
list I thought that most of you are probably pretty knowledgable about
tetgen as well.
If anyone would be able to help me I would greatly appreciate it. Here is
my post in the computational part of stackoverflow:
http://scicomp.stackexchange.com/questions/19757/large-meshing-with-tetgen
Thanks,
Matthew
Dear Meshpy users,
I am looking for a complete example to define call tetgen with non
standard options.
As suggested in the documentation, I am able for instance to adjust the
number of elements by defining a volume constraints like in
mesh = build(mesh_info,max_volume=0.05)
but I didn't understand the way to pass the 'pq' switches to tetgen. For
sure I am not an expert in python and the sentence
Run time switches for TetGen. See the TetGen documentation for the
meaning of each switch. Using the /kwargs/ constructor argument, all the
attributes defined below can be set. This setting will occur
after Options.parse_switches()
<http://documen.tician.de/meshpy/tri-tet.html#meshpy.tet.Options.parse_switc…> is
called with the /switches/parameter.
is a little bit to technical for me...
Thank you for help/remark,
best regards, Edouard.
--
Edouard Oudet : http://www-ljk.imag.fr/membres/Edouard.Oudet/
Bureau 53
LJK, UMR 5224, Université Joseph Fourier
Tour IRMA, BP 53
51, rue des Mathématiques
F-38041 Grenoble Cedex 9
+33 (0)4 76 51 46 75 (office LJK)
+33 (0)4 76 51 40 30 (office UFR)
+33 (0)4 79 75 87 65 (office LAMA)
+33 (0)4 79 68 82 06 (home)
Dear Meshpy users,
I am looking for a complete example to define call tetgen with non standard options.
As suggested in the documentation, I am able for instance to adjust the number of elements by defining a volume constraints like in
mesh = build(mesh_info,max_volume=0.05)
but I didn't understand the way to pass the 'pq' switches to tetgen. For sure I am not an expert in python and the sentence
"Run time switches for TetGen. See the TetGen documentation for the meaning of each switch. Using the kwargs constructor argument, all the attributes defined below can be set. This setting will occur after Options.parse_switches() is called with the switchesparameter."
is a little bit to technical for me...
Thank you for help/remarks,
best regards, Edouard.
/////////////////////////////////////////////////////////////
Edouard Oudet : http://www-ljk.imag.fr/membres/Edouard.Oudet/
Bureau 53
LJK, UMR 5224, Université Joseph Fourier
Tour IRMA, BP 53
51, rue des Mathématiques
F-38041 Grenoble Cedex 9
+33 (0)4 76 51 46 75 (office LJK)
+33 (0)4 76 51 40 30 (office UFR)
+33 (0)4 79 75 87 65 (office LAMA)
+33 (0)4 79 68 82 06 (home)