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.
This model uses a parallel region to perform the computation. A second window displays a histogram showing how may spin flips are performed by each thread.
The Ising 2D Spatial Decomposition Model was developed using the Easy Java Simulations (Ejs) modeling tool. It is distributed as a ready-to-run (compiled) Java archive. Double clicking the jar file will run the program if Java is installed.
Please note that this resource requires
at least version 1.6 of Java (JRE).
Parallel Programming Tutorial
A step-by-step introduction to parallel programming in Java using EJS. download 2083kb .pdf
Last Modified: December 22, 2017
Ising 2D Spatial Decomposition Source Code
The 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. download 233kb .zip
Last Modified: October 18, 2017
previous versions
W. Christian, Computer Program ISING 2D SPATIAL DECOMPOSITION MODEL, Version 1.0 (2013), WWW Document, (https://www.compadre.org/Repository/document/ServeFile.cfm?ID=13032&DocID=3600).
W. Christian, Computer Program ISING 2D SPATIAL DECOMPOSITION MODEL, Version 1.0 (2013), <https://www.compadre.org/Repository/document/ServeFile.cfm?ID=13032&DocID=3600>.
Christian, W. (2013). Ising 2D Spatial Decomposition Model (Version 1.0) [Computer software]. Retrieved October 10, 2024, from https://www.compadre.org/Repository/document/ServeFile.cfm?ID=13032&DocID=3600
%A Wolfgang Christian %T Ising 2D Spatial Decomposition Model %D October 14, 2013 %U https://www.compadre.org/Repository/document/ServeFile.cfm?ID=13032&DocID=3600 %O 1.0 %O application/java
%0 Computer Program %A Christian, Wolfgang %D October 14, 2013 %T Ising 2D Spatial Decomposition Model %7 1.0 %8 October 14, 2013 %U https://www.compadre.org/Repository/document/ServeFile.cfm?ID=13032&DocID=3600
Disclaimer: ComPADRE offers citation styles as a guide only. We cannot offer interpretations about citations as this is an automated procedure. Please refer to the style manuals in the Citation Source Information area for clarifications.