Skip to content
Snippets Groups Projects
module_gauss.f90 798 B
Newer Older
  • Learn to ignore specific revisions
  • module gauss
    double precision, dimension (8), parameter :: ww=1.d0
    double precision, dimension (8), parameter :: rr=(/ &
    -.577350269189626d0, &
     .577350269189626d0, &
     .577350269189626d0, &
    -.577350269189626d0, &
    -.577350269189626d0, &
     .577350269189626d0, &
     .577350269189626d0, &
    -.577350269189626d0 /)
    
    double precision, dimension (8), parameter :: ss=(/ &
    -.577350269189626d0, &
    -.577350269189626d0, &
     .577350269189626d0, &
     .577350269189626d0, &
    -.577350269189626d0, &
    -.577350269189626d0, &
     .577350269189626d0, &
     .577350269189626d0 /)
    
    double precision, dimension (8), parameter :: tt=(/ &
    -.577350269189626d0, &
    -.577350269189626d0, &
    -.577350269189626d0, &
    -.577350269189626d0, & 
     .577350269189626d0, &
     .577350269189626d0, &
     .577350269189626d0, &
     .577350269189626d0 /)
    end module