PCL and Customization > Modifying the Database Using PCL > Loading Basic Definitions
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
Loading Basic Definitions
The function described below will load relatively basic analysis code definitions into the open database. It is entirely optional and is intended solely as a labor saver. The user can call “load_generics()” and then reference any of the definitions it loads without going thought the trouble of individually creating each definition himself. “load_generics()” will add the following definitions: all degrees-of-freedom listed in the description of db_create_degree_of_freedom(), all degree-of-freedom sets listed under db_create_dof_set(), all material linearities listed under options listed under db_create_laminate_opt(), all condensation options listed under db_create_formulation_opt(), all geometric options listed under db_create_geometric_opt(), all element types listed under db_create_element_type(), all element property words listed under db_create_phys_prop_defn(), and all material property words listed under db_create_matl_prop_defn().
load_generics()
Input:
None.
Output:
None.