Re: [gmes-user] The first posting
GMES is a free Python package for FDTD electromagnetic simulations.
Status: Alpha
Brought to you by:
kwchun
|
From: 전경원 <kw...@gi...> - 2012-08-29 02:35:36
|
Hi. The memory locality fix are committed to the trunk. Now you can enjoy the speed of GMES. I'm planning the release of version 0.9. Regards. 2012/8/21 전경원 <kw...@gi...> > > Also, there is a change in attributes of 'PwMaterial' class. It just saves > sequence of index, and its concrete class save the sequence of > 'PwMaterialParam'. These sequences use std::vector as a container which > provides a contiguous storage. To make the contiguous storage of > 'PwMaterialParam', GMES stores 'PwMaterialParam' instances, not the pointer > of it. > > These changes increased the stepping speed almost 5 times. Now, the source > in the trunk only reflects the virtual function changes. The memory > locality fixes will be updated soon, also. > |