
STL C++ in Finite Element
Programming with Applications
Li Yujiang,Yin Jiying,Lai Xihuang
(College of Mechano Electronic Engineering, North China Univ. of Tech.,
Beijing , 100041, China)
Abstract: The OO technique of standard template
library with ANSI/ISO C++ is utilized in designing program of finite element method, and
the dynamic access mech anism and the startup with zero content are realized with the
specialization and inheritance object of vector template class as the data container which
enabales to change the content itself according to the number of discretization node data
of a computing practicality to prevent the static EMS memory from overuse.
Keywords: standard template library with C++, finite element method,
discretization, inheritance.