
377
Appendix E: Source
code development
Several tips and sample object-oriented functions are provided in this
appendix to assist readers in source code development for a specic mesh-
less method. The functions provided here are written for the meshless RDQ
method described in Chapter 3, but if readers keep in mind object-oriented
programming by C++ language, the logic and concepts are fairly general and
can be adopted conveniently in other languages for other meshless methods.
One of the best ways of programming is dividing a specic task into
several subtasks and implementing the subtasks in small functions that can
be called and executed by ...