Re: [Gmsh] gmsh Digest, Vol 181, Issue 20

2018-02-09 Thread Sathyanarayan Rao
nces (ELI-e) Universit? catholique de Louvain c.037, Croix du Sud 2, Louvain-la-Neuve, Belgium Phone: 010473827 ( intercom 73827) ___ gmsh mailing list gmsh@onelab.info<mailto:gmsh@onelab.info> http://onelab.info/mailman/listinfo/gmsh -- next part --

[Gmsh] Postprocessing Interpolation schemes

2018-02-09 Thread paul . carrico
Dear All, I would like to perform tests on the Interpolation schemes (see post-processing matrices in the gmsh pdf doc: page 75 an example is provided for a the first order quad). Are the other matrices accessibles for the different elements (1rst and 2nd order)? Thanks

[Gmsh] Definition fan in BL

2018-02-09 Thread Alberto
Dear Gmsh-list, Does it exist a parameter to define the number of part to divide the fan angle in the boundary layer? Because it seems that is split always in 5 parts, indipendently of the angle. Thank you! Alberto ___ gmsh mailing list

Re: [Gmsh] Create a 3D cube with each face having a physical surface

2018-02-09 Thread Ruth Vazquez Sabariego
Using your second option, you may use BooleanFragments. Try at the end of your file: // Surface{7,8,9,10,11,12} In Volume{1}; // Comment out this line Physical Volume(100) = {1}; aux() = BooleanFragments{ Volume{1}; Delete; }{ Surface{7:12}; Delete;}; Printf("", aux()); // For checking the