12 Commits

Author SHA1 Message Date
f328991398 DOMAINS: Replace (xmax - xmin) with xlen, etc..
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2014-06-11 22:08:18 -03:00
f85db888ff BOUNDARIES: Replace string boundary types with integer ones.
Now, the boundary type is stored in an integer array instead of string
variables.  This should reduce the comparison time in
boundary_specific().

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2014-04-09 13:48:05 -03:00
57e3e7ec42 DOMAINS: Rewrite module.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2014-01-29 16:20:42 -02:00
3b537eb412 COORDINATES: Remove module variable res().
This variable is not used anymore.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2014-01-29 14:49:34 -02:00
c2656c9b6a BLOCKS: Field %coords mean global coordinates at the block level.
If we take the whole domain and divide it between blocks of the size
corresponding to the current lever, the field %coords identifies the
position of the current block in the domain.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2014-01-29 14:00:42 -02:00
4d0b3c007b BLOCKS: Rename and rewrite metablock_set_coordinates().
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2014-01-16 18:48:36 -02:00
afc2407881 BLOCKS: Rename and rewrite metablock_set_configuration().
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2014-01-16 18:34:49 -02:00
788d328f7a Update years in copyright information.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2014-01-02 11:52:59 -02:00
e1d554aea7 DOMAINS: Do not allocate data blocks in setup_domain().
The initial data block structure is fully allocated in generate_mesh()
of module MESH.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2013-12-23 21:38:37 -02:00
3052f9aa04 BLOCKS: Replace associate_blocks() with link/unlink_block().
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2013-12-23 18:19:13 -02:00
386fd36f5e Update copyright line.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2013-12-10 15:23:28 -02:00
Grzegorz Kowal
fcac1db487 Move domain subroutines to new module DOMAINS. 2012-07-27 21:37:57 -03:00