Ising 2D Spatial Decomposition Model DocumentsThis material has 3 associated documents. Select a document title to view a document's information. Main DocumentIsing 2D Spatial Decomposition Model
written by
Wolfgang Christian The two-dimensional Ising Spatial Decomposition model solves the Ising model on a parallel computer by partitioning the spin lattice into rectangular subsystems of approximately equal size and assigning an independent computational thread to each subsystem. Because a lattice site only interacts with its nearest neighbors, sites in the interior of a subsystem only interact with sites in the same subsystem and the solution algorithm can be applied without interference between threads. Border cells, however, can interact with cells in neighboring subsystems and this interaction must be synchronized.
Published October 14, 2013
This file has previous versions. Primary DocumentsParallel Programming TutorialA step-by-step introduction to parallel programming in Java using EJS.
Last Modified December 22, 2017
This file is included in the full-text index. Source Code DocumentsIsing 2D Spatial Decomposition Source CodeThe source code zip archive contains an XML representation of the Ising 2D Spatial Decomposition Model. Unzip this archive in your EJS workspace to compile and run this model using EJS.
Last Modified October 18, 2017
This file has previous versions. |