Source Codes for Project:
Mechanical Properties of Nonlinear Spring Networks
Aleksandar Donev, Summer 2002, Princeton University
This page contains some Fortran 95 codes which may be of interest. Most
of the computational codes will *not* be posted here during development:
-
Precision (web, ps,
f90)
module
-
F2x_Emulation (web, ps,
f90)
basic F2x support module
-
ISO_C_BINDING emulation in F95 module (on Fortran side (web,
ps,
f90)
and on C side (web,
ps,
c)),
and testing program (Fortran side (web,
ps,
f90,
f2x)
and C side (web,
ps,
c)),
along with sample results.
-
Composite_Datatypes support for using references with more then
one nonpointer nonzero rank components in Fortran 95 (web,
ps, f90),
and an example application (web, ps,
f90). This requires code for
tinkering with array descriptors (on Fortran side (web,
ps, f90)
and on C side (web, c (Lahey,
NAG, Intel))).
-