Skip to content
Snippets Groups Projects
Select Git revision
  • 96370633005cf413a2836605c14980258da481be
  • master default protected
  • albertpiwonski-master-patch-57409
  • quadspheres
  • fix_Tmatrix_code_epsr_background
  • albertpiwonski-master-patch-12427
  • cavity
  • c1
8 results

main.geo

Blame
  • main.geo 553 B
    //========================================================
    // Benchmark "Academic eigenvalues problems"
    // File: GMSH geometry (choice of the cavity)
    //========================================================
    
    Include "main.dat" ;
    
    Include Str[LinkGeo] ;
    
    Solver.AutoShowLastStep = 0;
    //Solver.AutoCheck = 0;
    Solver.AutoShowViews = 2;
    Solver.AutoMesh = 2;
    
    General.ScaleX = 1;
    General.ScaleY = 1;
    General.ScaleZ = 1;
    General.TrackballQuaternion0 = 0;
    General.TrackballQuaternion1 = 0;
    General.TrackballQuaternion2 = 0;
    General.TrackballQuaternion3 = 1;