ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

fail to change hsize in geofile #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set hsize to 1.e-3 in a geofile
2. set hsize to 0.1 in cfgfile
3. run your feel++ app

What is the expected output? What do you see instead?

The hsize should be changed in the geofile in the repository

boost::regex is not working for this kind of hsize (xx.xxe-yy) in geofile
You can check this by adding :

Debug( 10000 ) << "found hsize: " << regex_search(__geo, regex, 
boost::match_default) << "\n";

in Gmsh::generateGeo(...) [feel/feelfilters/gmsh.cpp]

Please use labels and text to provide additional information.

Original issue reported on code.google.com by christro...@googlemail.com on 24 Apr 2012 at 3:26

GoogleCodeExporter commented 9 years ago
I cannot reproduce the bug. Could you provide more information ? like boost 
version for example

Original comment by christop...@feelpp.org on 26 Apr 2012 at 9:40

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 31207019c18e.

Original comment by christop...@feelpp.org on 26 Apr 2012 at 9:50

GoogleCodeExporter commented 9 years ago
This issue was closed by revision bf20f9b39e7d.

Original comment by christop...@feelpp.org on 2 May 2012 at 3:33