← Back to team overview

dolfin team mailing list archive

suitable container for list of meshes in DOLFIN?

 

Hi,

I am looking for suitable container in C++ (list, vector, array, something ordered, not a set) which is suitable to contain (shared) pointer or references to meshes *and* is willing to nicely interplay with the swig built python interface. I just want to pass a list of meshes to a constructor of a class. Is there any suitable classes around DOLFIN? Or it is now easy to wrap a say std::vector<boost::shared_ptr<Mesh> > or something similiar?

Regards,
Andre



Follow ups