博碩士論文 89221001 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:20 、訪客IP:3.137.161.222
姓名 徐佳萍(Chia-Ping Hsu)  查詢紙本館藏   畢業系所 數學系
論文名稱 物件導向設計在複合區域網格生成系統的應用
(Apply object-oriented to design multi-region grid generation)
相關論文
★ 子由數學e 學堂:平板介面設計★ 平行物件化程式在有限元素法之應用
★ 物件導向複合區域網格生成系統在叢集電腦系統的應用★ 遞迴網格生成法
★ C++物件導向之數值方法在叢集電腦上的應用★ Sparse PCG Solver之物件導向設計在叢集電腦上的應用
★ 在二維空間中使用矩形元素 p-version 有限元素法程式設計★ 在二維空間上使用三角形元素的 p-version 有限元素法程式設計
★ 3D 表面網格生成程式設計★ 簡易3D表面網格生成法
★ 國小中低年級數學應用題算式產生器初探★ 互動式國小數學隨機題庫網站設計
★ 國小中低年級數學應用題題目產生器初探★ 子由數學e學堂網站設計II
★ 子由數學小學堂網頁設計★ 子由數學e學堂網頁設計I
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在本篇論文中,我們採用物件導向設計方式,在一個二維空間的幾何區域產生網格,在這裡產生網格的方式,包括:結構性網格中的Transfinite網格生成法,及非結構性網格中的Delaunay網格生成法,本論文將說明此兩種網格生成法的程式設計概念,並將舉出一些範例來展示不同網格的成果。
摘要(英) In this article , an object-oriented implementation for two-dimensional
multi-region grid generation is presented by using c++ programming language.We will show some structured/unstructured grid generation schemes ,
including:transfinite scheme and Delaunay scheme .
Numerical examples are presented to illustrate the outcome of the different grid generation schemes.
關鍵字(中) ★ C++程式語言
★ 物件導向
★ 網格生成
★ 結構性網格生成法
★ 非結構性網格生成法
★ 代數網格生成法
★ Delaunay網格生成法
關鍵字(英) ★ structured grid generation
★ grid generation
★ object-oriented
★ C++
★ unstructured grid generation
★ algebraic method
★ delaunay mesh generation method
論文目次 1 緒論
2 文獻回顧
2.1 物件導向程式設計
2.2 2D網格生成系統
2.3 網格生成概念
3 網格生成系統
3.1 網格抽象資料類別
3.2 Transfinite Scheme
3.3 Delaunay Scheme
4 範例
4.1 數值範例一
4.2 數值範例二
4.3 數值範例三
4.4 數值範例四
4.5 效能評估
5 結論
參考文獻
參考文獻 于劍平 編著,CAD、CAD入門與進階應用,文京圖書出版,大揚發行,1994
W.H. Wu,An object-oriented design of multiregion, structured / unstructured grid generation in C++,Department of Mathematics, National Central University, Taiwan, accepted
L.M. Northrop ,物件導向的軟體發展,http://www.dotspace.idv.tw/sofeeng/sofeeng_8.htm
林俊杰,物件導向的天空,http://bbs.ee.ntu.edu.tw/boards/Programming/6/15.html
Bjarne Stroustrup 著,葉秉哲譯,C++ 程式語言經典本, ( The C++ Programming Language, 3rd ed. ),台北,艾迪生維斯理朗文出版,儒林發行,1999
紀良育,物件導向複合區域網格生成系統在叢集電腦系統的應用,中央大學數學系碩士論文, 2001
鄭育能,代數格點產生法,成奶j學航空太空工程學系,1996
黃仁和,調節性鋒面網格生成法,中央大學數學系碩士論文,1997
Houman Borouchaki, Paul Louis George, Frederic Hecht, Patrick Laug, Eric Saltel,Delaunay mesh generation governed by metric specifications. Part I. Algorithms,Finite Elements in Analysis and Design, Vol.25, pp.61-83, 1997
Houman Borouchaki, Paul Louis George, Frederic Hecht, Patrick Laug, Eric Saltel,Delaunay mesh generation governed by metric specifications. Part II. Applications,Finite Elements in Analysis and Design, Vol.25, pp.85-109, 1997
黃業弼,調節性Delaunay網格生成法,中央大學數學系碩士論文, 1997
D.J. Mavriplis,An advancing front Delaunay triangulation algorithm designed for robustness, Journal of Computational Physics, Vol.117, No.1, pp.90-101, Mar 1995
S.H. Lo,Generating Quadrilateral Elements On Plane And Over Curved Surfaces,Computers & Structures, Vol.31, pp.421-426, 1989
T.S. Lau, S.H. Lo, C.K. Lee,A New Mesh Generation Scheme for Arbitrary Planar Domains,Finite Elements in Analysis and Design, Vol.27, pp.251-272, 1997
W.H. Wu,Transfinite Subdivision Unstructured Grid Generation For Arbitrary 2D Domian,Bulletin of the Institute of Mathematics Academia Sinica ,Vol.28, No.4, 2000
W.H. Wu,Quasi-Delaunay Unstructured Grid Generation,Transactions of the Aeronautical and Astronautical Society of the Republic of China,Vol.33, No.4, pp.315-320, 2001
指導教授 吳維漢(Wei-Han Wu) 審核日期 2002-6-11
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明