On Tue, 20 Nov 2007, Joe Myre wrote: > 2. I want to model three different bodies, each with different material > properties. How are material properties specied? I have a feeling that > material properties should specified in the code, but as of yet I've not > seen an example of this.
At the moment our only material property support is a subdomain_id which gets stored with each element and propagated to refined child elements. It's up to the user-level code to decide what each subdomain id means for your application and to test subdomain_id during system assembly. --- Roy ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
