~elmer-csc-ubuntu/elmercsc/+git/elmer-github-devel:feature/homogenization-post-final

Last commit made on 2023-12-07
Get this branch:
git clone -b feature/homogenization-post-final https://git.launchpad.net/~elmer-csc-ubuntu/elmercsc/+git/elmer-github-devel

Branch merges

Branch information

Name:
feature/homogenization-post-final
Repository:
lp:~elmer-csc-ubuntu/elmercsc/+git/elmer-github-devel

Recent commits

1d0931c... by Eelis Takala

Implement post processing for homogenization

Here we implement post processing for homogenization model.
New field, called the "proximity loss", is created and it
contains the proximity losses caused by the homogenization
parameter `nu`. Skin losses are added to the existing
joule losses.

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.

4633e37... by Peter Raback

Update test case to reflect the changes in solver.

2d6816f... by Peter Raback

Add linear system choice to few tests.