[유한요소] Gaussian Rule 예 의한 적분
- 최초 등록일
- 1999.04.09
- 최종 저작일
- 1999.04
- 5페이지/ 한컴오피스
- 가격 무료
다운로드
목차
1. C program source 는 아래와 같다.
2. IEX 의 계산
3. Local integration form 계산
4. Output file에 의해 출력되는 Table은 다음과 같다.
5. 출력 결과 연구
본문내용
1. C program source 는 아래와 같다.
#include <stdio.h>
#include <math.h>
#define pi M_PI
///// Abscissas and weight factors for Gaussian interation
///// Both matrix psi and weight are 4 by 4
double psi[4][4] =
{ 0., 0., 0., 0.,
-0.5*************6, 0.5*************6, 0., 0.,
-0.774596669241483, 0., 0.774596669241483, 0.,
-0.*************53, -0.3*************6, 0.3*************6, 0.*************53 };
참고 자료
없음