~elmer-csc-ubuntu/elmercsc/+git/elmer-github-devel:LibraryAdaptivity

Last commit made on 2024-01-16
Get this branch:
git clone -b LibraryAdaptivity https://git.launchpad.net/~elmer-csc-ubuntu/elmercsc/+git/elmer-github-devel

Branch merges

Branch information

Name:
LibraryAdaptivity
Repository:
lp:~elmer-csc-ubuntu/elmercsc/+git/elmer-github-devel

Recent commits

e4a2606... by Juha Ruokolainen <email address hidden>

Disable library adaptivity for now, as it would require "cray pointer" feature asis.

8f96d57... by Juha Ruokolainen <email address hidden>

Merge branch 'devel' into LibraryAdaptivity

0c945cf... by Juha Ruokolainen <email address hidden>

Merge branch 'devel' into LibraryAdaptivity

075c021... by Peter Raback

Make identification of similar elements more advanced by adding a vector pointing to the similar element. Still not used for anything.

6bc9811... by Peter Raback

Add a routine that may be used to check and enforce similar elements to have also same node ordering. The idea is to enable constat stencil utilization for some special cases.

5da85c1... by Peter Raback

Change the logic associated to diagonal entries of constraint matrices. Before these entries were multiplied by 0.5 such that when the transpose was added to the full matrix these summed up to 1.0 without any need to check indeces. Now the transpose entries are only added if the associated column index < A % numberOfRows.

1d587a0... by Peter Raback

Improve backward compatibility of keywords.

c642ce2... by Peter Raback

Fix for flux constraint in complex case.

5e8cc8f... by Peter Raback

Enable keyword dependence on "prev varname" such that values from previous timestep are used instead of the current timestep. Add related test case.

cf0840c... by Peter Raback

Fixes for flux integral constraint.