[Gmsh] pos high order interpolation error

2016-10-18 Thread Олег Рябков
Dear mesh users and developers. I got very strange error with attached pos file. It contains view with just 2 elements and when i open it with gmsh and choose 'Adapt visualization grid' check button gmsh crashes. The strange thing is that this 2 elements could be visualized separatly (i,e, when i

Re: [Gmsh] pos high order interpolation error

2016-10-19 Thread Олег Рябков
Christophe Geuzaine : > > > On 18 Oct 2016, at 16:21, Олег Рябков wrote: > > > > Dear mesh users and developers. > > I got very strange error with attached pos file. It contains view with > just 2 elements and when i open it with gmsh and choose 'Adapt > visuali

[Gmsh] substring in gmsh script

2016-11-25 Thread Олег Рябков
Dear mesh users and developers. Given some string (in gmsh script), for example, view name test = Str( View[0].Name ); which can be printed using: Printf(test); I want to get substring of this string, for example first 5 characters of 5 last ones. But i don't see any built-in functions for this

[Gmsh] substring in gmsh script

2016-11-26 Thread Олег Рябков
To previous question: Sorry for mistype, of course, i meant "I want to get substring of this string, for example first 5 characters OR 5 last ones." Thanks in advance. -- Best regards, Oleg. ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mai

Re: [Gmsh] substring in gmsh script

2016-12-01 Thread Олег Рябков
Thank you very much for this improvement! It surely will be useful for everyone. 2016-11-28 22:09 GMT+03:00 Christophe Geuzaine : > > > On 25 Nov 2016, at 14:43, Олег Рябков wrote: > > > >Dear mesh users and developers. > > Given some string (in gmsh script), for

[Gmsh] getdp + gmsh High order pos files

2017-03-17 Thread Олег Рябков
Dear gmsh/getdp users and developers. Is there any way to output results of getdp calculaltions directly into high order gmsh pos format. I mean we have operations like Print[u, OnElementsOf Omega, File "u_Dirichlet.pos", Depth 2]; in which we can specify elements depth subdivision, which is n

[Gmsh] split windows camera sync

2017-04-21 Thread Олег Рябков
Dear developers. Great job on gmsh 3.0, especially with boolean operations! Salome Platform - hold on, gmsh is getting cooler and cooler ;) My question is however not about new features but about old one - window split. It's pretty interesting and usable but sometimes it's more convenient to have t

[Gmsh] split windows camera sync

2017-04-22 Thread Олег Рябков
Hmm.. Sorry, I forgot that it's impossible in gmsh to show different scenes in split windows (for example, several different postprocessing fields or geometry), so this makes my previous question pointless. In CFX it's possible to split window and show different scenes with synced cameras (for exa

Re: [Gmsh] split windows camera sync

2017-04-26 Thread Олег Рябков
us bar. Currently there's no > "live update" (you need to Alt+click to sync) - I've added this to our TODO > list. > > I've uploaded a short video to show how the current multi-window stuff > works: > > https://youtu.be/Bxc6kaoltOA > > Christoph