Skip to content
Snippets Groups Projects
  1. Feb 10, 2010
  2. Feb 04, 2010
  3. Feb 02, 2010
  4. Jan 29, 2010
    • Bruno Seny's avatar
      1df9d3d9
    • Bruno Seny's avatar
      Point(1) = {-0.5, -0.5, 0, .03}; · da942a86
      Bruno Seny authored
      Point(2) = {0, -0.5, 0, .03};
      Point(3) = {0, 0.5, 0, .03};
      Point(4) = {-0.5, 0.5, 0, .03};
      
      Point(5) = {0.5, -0.5, 0, .03};
      Point(6) = {0.5, 0.5, 0, .03};
      
      Line(1) = {4, 3};
      Line(2) = {3, 2};
      Line(3) = {2, 1};
      Line(4) = {1, 4};
      
      Line(7) = {3, 6};
      Line(8) = {6, 5};
      Line(9) = {5, 2};
      
      Line Loop(5) = {2, 3, 4, 1};
      Line Loop(6) = {8, 9, -2, 7};
      Plane Surface(7) = {5};
      Plane Surface(8) = {6};
      Transfinite Line {4,8} = 20 ;
      Transfinite Line{2}=20;
      Transfinite Surface {7};
      Recombine Surface {7};
      Transfinite Line {3,1,7,9} = 10;
      Transfinite Surface{8};
      
      Physical Line("Border") = {1, 3, 4, 7, 8, 9};
      Physical Surface("Inside1") = {7};
      Physical Surface("Inside2") = {8};
      da942a86
    • Emilie Marchandise's avatar
      No commit message · a1e12ce3
      Emilie Marchandise authored
      No commit message
      a1e12ce3
    • Jonathan Lambrechts's avatar
      add structured grid function · 28ab5d51
      Jonathan Lambrechts authored
      28ab5d51
  5. Jan 26, 2010
  6. Jan 22, 2010
  7. Jan 20, 2010
  8. Jan 18, 2010
  9. Jan 15, 2010
  10. Jan 14, 2010
  11. Jan 13, 2010
  12. Jan 12, 2010
  13. Jan 11, 2010
  14. Jan 09, 2010
    • Jean-François Remacle's avatar
      fix bug in clipping · 0a73391e
      Jean-François Remacle authored
      -This line, and those below, will be ignored--
      
      M    Common/LuaBindings.cpp
      M    Geo/MVertex.cpp
      M    Geo/GVertex.h
      M    Geo/MVertex.h
      M    Solver/dgAlgorithm.cpp
      M    Solver/TESTCASES/ForwardFacingStep.lua
      M    Solver/dgSlopeLimiter.cpp
      M    Solver/dgSystemOfEquations.cpp
      M    Solver/dgConservationLawPerfectGas.cpp
      0a73391e
Loading