> > > How did you implement the Triangulation class, so that you can just > use it in Sage? Did you just add it to the Sage library? Or installed > it as some extra package (in this case, how exactly did you install > it)? > > I usually just install packages as spkg, which means that I have to > create such spkg everytime I change something, which obviously is a > pain, so I am curious to learn your workflow.
Well, this is almost the first time I touch the code, so I just started to play around wherever. Not very tidy, I'm afraid. Next time I touch it, I'll probably just leave the python file as an attached sage script, and I'll add the html and javascript to the sagenb package. But you're right: I was just modifying the js and html files and refreshing the browser, so it was faster than rebuilding the package. I'm not sure where the code should be, anyway. I think it depends on things like who would use it or what FEM packages are planned to be added to SAGE. I just learned the code must allow for both triangles and quads, so any choice of name I had in mind would have been a mistake. If you have a stronger idea about how a mesh editor should be for FEMhub, we can start there, and let the SAGE community decide how much FEM they want. I wasn't looking very far ahead, just wanted to be able to use SAGE for a first course in FEM. Regards -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org To unsubscribe from this group, send email to sage-devel+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
