Recent commits on treelm (hg) - APES - OSDN https://de.osdn.net/projects/apes/scm/hg/treelm/ d938db: Ensure same element selection in parallel and serial for ... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/d938db9f1fea05bb472fbe4cb357c7dffe304b38 Harald Klimach Commit: d938db9f1fea05bb472fbe4cb357c7dffe304b38
Ensure same element selection in parallel and serial for points outside the domain

Also added a little more logging for the point tracking to clarify points
outside the domain.
]]>
b1e93f: Added another tem_pointData_type in tem_pointData_list_ty... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/b1e93fc978c81796666e92571dbb40f72597d89b Kannan Masilamani Commit: b1e93fc978c81796666e92571dbb40f72597d89b
Added another tem_pointData_type in tem_pointData_list_type to store source element position to global tree
]]>
0c8d7b: Check for closest neighbor element for those outside the ... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/0c8d7b8e56b04b9614ca69ac32c1142a292f007d Harald Klimach Commit: 0c8d7b8e56b04b9614ca69ac32c1142a292f007d
Check for closest neighbor element for those outside the domain

If two elements from different processes are equally far away, the
lower rank will pick up the point.
]]>
d79894: Only check for neighbors in shapes if direct element pare... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/d7989461bd31df8ead0d73810a306ef4e5684eda Harald Klimach Commit: d7989461bd31df8ead0d73810a306ef4e5684eda
Only check for neighbors in shapes if direct element parents are not
found across all processes.
]]>
9c1305: Moved shape-specific functionality to the tem_shape_module. https://de.osdn.net/projects/apes/scm/hg/treelm/commits/9c1305e3aafeb33d62912eefe0fd0001d61ee366 Harald Klimach Commit: 9c1305e3aafeb33d62912eefe0fd0001d61ee366
Moved shape-specific functionality to the tem_shape_module.
]]>
be9460: Some reorganization in subtree creation Detect global an... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/be94602ad3a93f26f92d30ec3daa16e6f4f00d53 Harald Klimach Commit: be94602ad3a93f26f92d30ec3daa16e6f4f00d53
Some reorganization in subtree creation

Detect global and local meshes early and do not loop through
all shapes if one of them is present.
Reliably use global mesh if both, global and local mesh are
present as shapes.
]]>
f5def2: Bugfix: do not add point in the domain twice in tem_canon... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/f5def26b1ddcb1b7bbfa67bb68abf4bbf9a4e756 Harald Klimach Commit: f5def26b1ddcb1b7bbfa67bb68abf4bbf9a4e756
Bugfix: do not add point in the domain twice in tem_canonical.
]]>
de5c54: Use elempos instead of neighpos in point identification a... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/de5c54a29580581266382a2f9ca51746fbcf59dd Harald Klimach Commit: de5c54a29580581266382a2f9ca51746fbcf59dd
Use elempos instead of neighpos in point identification and
register element only in one place.
]]>
ca9e76: added flush to reductionTransient get_point for debugging https://de.osdn.net/projects/apes/scm/hg/treelm/commits/ca9e76a189ebe0df4dc9258e1ea2b0c4dee4fafe Kannan Masilamani Commit: ca9e76a189ebe0df4dc9258e1ea2b0c4dee4fafe
added flush to reductionTransient get_point for debugging
]]>
a605bf: Added a search for neighbor of a requested point in a sub... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/a605bfb94e422fb9ea3cbe0d0715d04e518a2a9d Kannan Masilamani Commit: a605bfb94e422fb9ea3cbe0d0715d04e518a2a9d
Added a search for neighbor of a requested point in a subTree in
tem_cano_storePntsInSubTree
]]>
a2df53: forgot exit directionloop when an existing neighID is fou... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/a2df5374561d7647578355fdbae2c26239a6da42 Kannan Masilamani Commit: a2df5374561d7647578355fdbae2c26239a6da42
forgot exit directionloop when an existing neighID is found in tem_cano_initSubTree
]]>
c2eaab: Moved search for neighbor when a point is outside domain ... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/c2eaab17a4e20504605d5af9b595010ba24918f3 Kannan Masilamani Commit: c2eaab17a4e20504605d5af9b595010ba24918f3
Moved search for neighbor when a point is outside domain from
tem_cano_storePntsInSubTree to tem_cano_initSubTree.
In tem_cano_storePntsInSubTree, a treeID of a point is searched in subTreeIds
so a point outside domain should be found since its neighbor is added to subTree
map2global.
]]>
be8e13: Force using tracking table when map2global is empty https://de.osdn.net/projects/apes/scm/hg/treelm/commits/be8e137a8a018495285b7ba2bf702d59967ca8a6 Gregspi Commit: be8e137a8a018495285b7ba2bf702d59967ca8a6
Force using tracking table when map2global is empty
]]>
6a41ca: Added a point to growing array of points if any of its ne... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/6a41ca7ffeab18dec2fec9969aa4ffc13bbf5149 Kannan Masilamani Commit: 6a41ca7ffeab18dec2fec9969aa4ffc13bbf5149
Added a point to growing array of points if any of its neighbor is fluid.
In solver, this point will be interpolated from neighbors
]]>
8f58ec: Created a function to calculate outward normal for triangles https://de.osdn.net/projects/apes/scm/hg/treelm/commits/8f58ec6af121b3e7d049822233a9eaa3fbd6d9bb Gregspi Commit: 8f58ec6af121b3e7d049822233a9eaa3fbd6d9bb
Created a function to calculate outward normal for triangles
]]>
5cdaaf: Updated aotus to include Lua 5.4.4 bugfixes. https://de.osdn.net/projects/apes/scm/hg/treelm/commits/5cdaafb19cdeca62bd153716c13a169dd58b73f6 Harald Klimach Commit: 5cdaafb19cdeca62bd153716c13a169dd58b73f6
Updated aotus to include Lua 5.4.4 bugfixes.
]]>
17b1f2: Added constant two_sqrt2 https://de.osdn.net/projects/apes/scm/hg/treelm/commits/17b1f2cfdb52d43431fbc61cafc1c30add46c6f9 Gregspi Commit: 17b1f2cfdb52d43431fbc61cafc1c30add46c6f9
Added constant two_sqrt2
]]>
b15e88: Updated aotus and added support for Fujitsu FRTPX compile... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/b15e88ec2603f25c60bd904af4324598e1da8fe8 Harald Klimach Commit: b15e88ec2603f25c60bd904af4324598e1da8fe8
Updated aotus and added support for Fujitsu FRTPX compiler for ARM64FX
]]>
85525e: Provide field width to logical edit descriptors. https://de.osdn.net/projects/apes/scm/hg/treelm/commits/85525edd135cc3f1c2540604f53e89d94db5b555 Harald Klimach Commit: 85525edd135cc3f1c2540604f53e89d94db5b555
Provide field width to logical edit descriptors.
]]>
d73569: Moved npoints definition prior its usage. https://de.osdn.net/projects/apes/scm/hg/treelm/commits/d7356957b097827a1e4669bf61614c2ce387f5d0 Harald Klimach Commit: d7356957b097827a1e4669bf61614c2ce387f5d0
Moved npoints definition prior its usage.
]]>
5e3aef: Dummy merge of obsolete branch. https://de.osdn.net/projects/apes/scm/hg/treelm/commits/5e3aeffab412e9af003f5b9226528d3bd6c59b86 Harald Klimach Commit: 5e3aeffab412e9af003f5b9226528d3bd6c59b86
Dummy merge of obsolete branch.
]]>
3ae7f7: Dummy merge for obsoleted branch https://de.osdn.net/projects/apes/scm/hg/treelm/commits/3ae7f7f13a32a0bfe85408a4d9696c54f45eabab Harald Klimach Commit: 3ae7f7f13a32a0bfe85408a4d9696c54f45eabab
Dummy merge for obsoleted branch
]]>
bceec0: Dummy merge of obsoleted branch https://de.osdn.net/projects/apes/scm/hg/treelm/commits/bceec0f8c2fc73ec494591448a9e1ac3aedc7004 Harald Klimach Commit: bceec0f8c2fc73ec494591448a9e1ac3aedc7004
Dummy merge of obsoleted branch
]]>
b6226b: Dummy merge with obsoleted changeset https://de.osdn.net/projects/apes/scm/hg/treelm/commits/b6226bd2f8273d34b480b36a64378da5f6f17719 Harald Klimach Commit: b6226bd2f8273d34b480b36a64378da5f6f17719
Dummy merge with obsoleted changeset
]]>
9e3764: Dummy merge of obsoleted branch. https://de.osdn.net/projects/apes/scm/hg/treelm/commits/9e376467d84d2f29d9fa8f8e3b130ede95a218de Harald Klimach Commit: 9e376467d84d2f29d9fa8f8e3b130ede95a218de
Dummy merge of obsoleted branch.
]]>
d56337: added constant 4/27 8/3 https://de.osdn.net/projects/apes/scm/hg/treelm/commits/d563371a0bf02f735f808159c506ff71963772a3 Gregspi Commit: d563371a0bf02f735f808159c506ff71963772a3
added constant 4/27 8/3
]]>
696417: Added comment to addition of second layer of ghostFromFiner https://de.osdn.net/projects/apes/scm/hg/treelm/commits/6964171bb5cf4ba6b1d21305a1db73c3e9cfab0a Kannan Masilamani Commit: 6964171bb5cf4ba6b1d21305a1db73c3e9cfab0a
Added comment to addition of second layer of ghostFromFiner
]]>
8aca30: Added second layer of ghostFromFiner https://de.osdn.net/projects/apes/scm/hg/treelm/commits/8aca305fea8e602394938ead8df5c74c437b4923 Kannan Masilamani Commit: 8aca305fea8e602394938ead8df5c74c437b4923
Added second layer of ghostFromFiner
]]>
fccddb: set skip_add_additionalGhost to true and looped over neig... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/fccddb21be9b9f1be330150be1e0187f1baefbc9 Kannan Masilamani Commit: fccddb21be9b9f1be330150be1e0187f1baefbc9
set skip_add_additionalGhost to true and looped over neighbors of ghostFromFiner and added them to require list
]]>
ed23e6: Set skip_add_additionalGhost to false to add additional l... https://de.osdn.net/projects/apes/scm/hg/treelm/commits/ed23e619adbc075511b72ebc65fd9a16b6349742 Kannan Masilamani Commit: ed23e619adbc075511b72ebc65fd9a16b6349742
Set skip_add_additionalGhost to false to add additional layer of coarser ghost
to Fix AuxField For Ghost elements in Musubi
]]>