Hello,
I am developing an adaptive meshing package for FEAP 8.4. For memory purposes, this requires the creation of dummy elements before the simulation. When refinement occurs during the simulation, these elements are then included in the desired region of the mesh. One part of this package should be the capability to create dummy elements in via the input file. While developing the bulk of the package, my temporary solution has been to use a loop to "manually" create elements (see attached snippet). After poking around FEAP, I've been so far unable to figure out how exactly to create elements via a user macro (presumably a umesh routine).
How can one create such dummy elements via a macro, in which only the number of desired elements needs to be specified?
Thanks in advance,
Will