August 19th, 2003, 3:06 pm
No I don't have code for this, but it shouldn't be too hard unless your mesh is pathologically small.I suspect you memory problem was more to do with stack than free store. Excel has a limited stack, but you can fix this if you really want to.Although I've not seen your code, I rather feel that your architectiure for C-N is not optimal, if you're making multiple eval calls.This looks like the ideal candidate for a separate process.