-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Computational Technique
TopoSynth: Incorporating Cosm
I’ve finally completed all of the basic topological operations for TopoSynth and am now moving on to treating the dynamics of the system. This last rule involved figuring out how to connect two extended vertices together when they collide. For … Continue reading
Posted in Computational Composition, Computational Technique, Software Engineering
Tagged cosm, dynamics, topology, TopoSynth
Leave a comment
TopoSynth: Topological Structure
DLFL Background As I had mentioned in the last post, the topological inspiration for TopoSynth is derived from TopMod and particularly the doubly-linked face list (DLFL) data structure. The DLFL makes it particularly straightforward to always maintain a 2-manifold mesh … Continue reading
TopoSynth
Ever since I found out about the excellent Structure Synth program, I wondered what it would be like to apply the same concept to topological operations. Structure Synth works by writing rules that describe a pattern of transformations. The transformations … Continue reading
Posted in Computational Composition, Computational Technique
Tagged generative, grammar, Structure Synth, TopMod, topology, TopoSynth
Leave a comment
Fast Multipole Method
To get a better intuition for how the Fast Multipole Method (FMM) approximates n-body interactions, I implemented the equations in Mathematica along with the exact solution. Below are some plots for different situations. The thing to keep in mind is … Continue reading
Posted in Computational Technique, Research Literature
Tagged fast multipole method, FMM, nbody, spatial hierarchy
Leave a comment
N-Body Problems
N-Body problems inevitably come up when doing any most any kind of physical simulation work, particularly when particles are involved. N-Body problems appear whenever the particles in a system construct a field that in turn determines their dynamics. The classic … Continue reading
Posted in Computational Technique, Research Literature
Tagged complex number, electrostatics, fast multipole method, field, FMM, harmonics, n-body
Leave a comment