Changes between Version 4 and Version 5 of ModellingQuestions
- Timestamp:
- Oct 20, 2008, 1:44:33 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModellingQuestions
v4 v5 77 77 == How do I tag interior polygons? == 78 78 79 At the moment create_mesh_from_regionsdoes not allow interior79 At the moment {{{create_mesh_from_regions}}} does not allow interior 80 80 polygons with symbolic tags. If tags are needed, the interior 81 81 polygons must be created subsequently. For example, given a filename … … 95 95 }}} 96 96 97 Note that a mesh object is returned from \{{{create_mesh_from_regions}}}97 Note that a mesh object is returned from {{{create_mesh_from_regions}}} 98 98 when file name is omitted. 99 100 == How often should I store the output? == 101 102 This will depend on what you are trying to answer with your model and how much memory you have available on your machine. If you need 103 to look in detail at the evolution, then you will need to balance your storage requirements and the duration of the simulation. 104 If the SWW file exceeds 1Gb, another SWW file will be created until the end of the simulation. As an example, to store all the conserved 105 quantities on a mesh with approximately 300000 triangles on a 2 min interval for 5 hours will result in approximately 350Mb SWW file 106 (as for the {{{run_sydney_smf.py}}} example). 99 107 100 108