Chi-Tech
modules_maindoc_page.h
Go to the documentation of this file.
1/** \defgroup LuaModules X Code modules
2
3Modules are intended to be code segments that perform unique operations and
4functions. In general, the math, mesh and other utilities should serve
5most of the needs of the modules and where appropriate functionalities of
6some modules can eventually be incorporated into the utilities category.
7
8An additional function of modules is to allow us to segregate open source
9 modules from export controlled or classified software.
10
11<sub>Group name: LuaModules</sub>
12
13 */
14