Re: [Gmsh] MathEval field in a circle with Open Cascade

2018-06-22 Thread Hector Gabriel Espinoza Román
reads first the .geo and then the .opt Sincerely, Héctor Espinoza De: Christophe Geuzaine Enviado: viernes, 22 de junio de 2018 1:39:06 Para: Hector Gabriel Espinoza Román Cc: gmsh@onelab.info Asunto: Re: [Gmsh] MathEval field in a circle with Open Cascade On 22

Re: [Gmsh] MathEval field in a circle with Open Cascade

2018-06-21 Thread Christophe Geuzaine
> On 22 Jun 2018, at 00:55, Hector Gabriel Espinoza Román > wrote: > > Hello: > > This simple script should draw a circle (2D surface) and when meshed it > should be refined on the boundary, but I am not getting that. I have done the > same without Open Cascade and it works. > > cx = 0.0 ;

[Gmsh] MathEval field in a circle with Open Cascade

2018-06-21 Thread Hector Gabriel Espinoza Román
Hello: This simple script should draw a circle (2D surface) and when meshed it should be refined on the boundary, but I am not getting that. I have done the same without Open Cascade and it works. cx = 0.0 ; cy = 0.0 ; cz = 0.0 ; D = 1.0 ; R = D/2; SetFactory("OpenCASCADE"); Disk(1) = {cx,