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

Common.pro

Blame
  • Common.pro 663 B
    // Common quantities for every resoltion
    Jacobian {
      { Name JVol ; Case { { Region All ; Jacobian Vol ; } } }
      { Name JSur ; Case { { Region All ; Jacobian Sur ; } } }
      { Name JLin ; Case { { Region All ; Jacobian Lin ; } } }
    }
    
    Integration {
      { Name I1 ;
        Case {
          { Type Gauss ;
          	Case {
    	        { GeoElement Point ; NumberOfPoints  1 ; }
    	        { GeoElement Line ; NumberOfPoints  4 ; }
    	        { GeoElement Triangle ; NumberOfPoints  6 ; }
    	        { GeoElement Quadrangle ; NumberOfPoints 7 ; }
    	        { GeoElement Tetrahedron ; NumberOfPoints 15 ; }
    	        { GeoElement Hexahedron ; NumberOfPoints 34 ; }
          	}
          }
        }
      }
    }