insert element

Moderators: cyao, michael_borland

Post Reply
yuehao
Posts: 40
Joined: 25 Oct 2011, 14:50

insert element

Post by yuehao » 29 Dec 2015, 11:48

Hi, Michael

If I want to insert number of new elements (of the same type) into lattice. Can I automatically assign different element name base on # of the insert. e.g. first insert element with name 'ins_01' and second with 'ins_02'?

Thanks a lot.
Yue

michael_borland
Posts: 1951
Joined: 19 May 2008, 09:33
Location: Argonne National Laboratory
Contact:

Re: insert element

Post by michael_borland » 06 Jan 2016, 18:12

Yue,

Unfortunately not. Given the way the code is structured, this would actually be a bit difficult to implement. The elements from a given insert_elements command will have the same name, but different ElementOccurence values in the output file.

--Michael

Post Reply