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

Get this repository:
git clone https://git.not.enabled/~elmer-csc-ubuntu/elmercsc/+git/elmer-github-devel

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://github.com/ElmerCSC/elmerfem.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log

Branches

Name Last Modified Last Commit
devel 2023-10-19 12:57:35 UTC
added LUMI installtion scripts for CI/CD

Author: Thomas Zwinger
Author Date: 2023-10-19 12:57:35 UTC

added LUMI installtion scripts for CI/CD

feature/homogenization-post 2023-10-19 04:44:44 UTC
Remove skin loss and fix proximity loss

Author: Eelis Takala
Author Date: 2023-10-19 04:44:44 UTC

Remove skin loss and fix proximity loss

We don't actually need "skin loss field" because this is just
the ohmic loss of the current when skin effect is taken into account.
We could also think about adding "proximity loss" to the "harmonic loss"
field. So not sure now if we should even add the "proximity loss" field.

LibraryAdaptivity 2023-10-16 11:32:41 UTC
Move the adaptive call (RefineMesh) to library side for these solvers.

Author: Juha Ruokolainen
Author Date: 2023-10-16 11:32:41 UTC

Move the adaptive call (RefineMesh) to library side for these solvers.

elmerice 2023-10-11 18:14:38 UTC
Added UseNormal option (set to false for SSA) to Weertman2Coulomb

Author: RupertGladstone
Author Date: 2023-10-11 18:14:38 UTC

Added UseNormal option (set to false for SSA) to Weertman2Coulomb

EqualSplitMerge 2023-09-29 21:28:55 UTC
Minor fix

Author: Peter Raback
Author Date: 2023-09-29 21:28:55 UTC

Minor fix

fssa-merge 2023-09-04 11:42:31 UTC
merged devel and elminated conflicts

Author: Thomas Zwinger
Author Date: 2023-09-04 11:42:31 UTC

merged devel and elminated conflicts

sr_decomposition 2023-09-04 05:14:05 UTC
Debug

Author: Eelis Takala
Author Date: 2023-09-04 05:14:05 UTC

Debug

ExtrudedMeshRevisited 2023-08-17 13:05:49 UTC
removed confusing 3rd body in ExtrudedMesh8-test

Author: Thomas Zwinger
Author Date: 2023-08-17 13:05:49 UTC

removed confusing 3rd body in ExtrudedMesh8-test

glads_merge 2023-05-30 14:29:34 UTC
.

Author: RupertGladstone
Author Date: 2023-05-30 14:29:34 UTC

.

glads_revisit 2023-05-26 09:01:09 UTC
Merge branch 'elmerice' into glads_revisit

Author: RupertGladstone
Author Date: 2023-05-26 09:01:09 UTC

Merge branch 'elmerice' into glads_revisit

circuits_steady 2023-03-30 13:07:39 UTC
Add steady case for massive

Author: Eelis Takala
Author Date: 2023-03-30 13:07:39 UTC

Add steady case for massive

NamespaceDev 2023-03-02 22:10:44 UTC
Update ListFindPrefix too

Author: Peter Raback
Author Date: 2023-03-02 22:10:44 UTC

Update ListFindPrefix too

impedance_boundary_body 2023-02-21 18:48:29 UTC
Implement Coil detection to SkinBC

Author: Eelis Takala
Author Date: 2022-12-09 20:28:33 UTC

Implement Coil detection to SkinBC

Here we find a problem with the element body id.
Problem with test 'fem/tests/mgdyn_harmonic_wire_impedanceBC_circuit':
For some reason GetBody(Element) equals 0 each time
`LocalMatrixSkinBC` function is called. This should be called only when
`Body Id` is set to 3 because in
'fem/tests/mgdyn_harmonic_wire_impedanceBC_circuit':
```
  Boundary Condition 2
    !
    ! Impedance BC
    !
    Name = "WireSurface"
    Target Boundaries(1) = 2
    Layer Electric Conductivity = Real 58e6
    Layer Relative Permeability = Real 1
    Body Id = 3
  End
```

Try to associate component to a boundary

Here we try a method for associating a boundary with a
component. This could then be treated like the component bodies
in order to create the Impedance BC.

However, For some reason, CurrentModel % Boundaries is of zero length
at CircuitUtils.F90:205
```fortran
print *, "SIZE(CurrentModel % Boundaries)", SIZE(CurrentModel % Boundaries)
```

Why?

Checkout

fisoc_merge 2022-10-11 15:40:10 UTC
file naming issue

Author: RupertGladstone
Author Date: 2022-10-11 15:40:10 UTC

file naming issue

elmerice_FISOC 2022-10-07 09:30:46 UTC
post merge minor issue with extruded mesh name

Author: RupertGladstone
Author Date: 2022-10-07 09:30:46 UTC

post merge minor issue with extruded mesh name

TetraSplit 2022-05-23 10:46:57 UTC
Merge branch 'devel' into TetraSplit

Author: Peter Raback
Author Date: 2022-05-23 10:46:57 UTC

Merge branch 'devel' into TetraSplit

FsiCouplingFix 2022-05-11 07:58:59 UTC
Fix matrix updates

Author: Mika Malinen
Author Date: 2022-05-11 07:58:59 UTC

Fix matrix updates

SubGlacialOutflow 2022-03-09 13:24:45 UTC
typo re mesh

Author: RupertGladstone
Author Date: 2022-03-09 13:24:45 UTC

typo re mesh

EigenMono 2022-01-03 14:01:05 UTC
baby steps

Author: Peter Raback
Author Date: 2022-01-03 14:01:05 UTC

baby steps

TimeIntegRevisit 2021-11-11 13:21:30 UTC
Create explicit solver slot

Author: Peter Raback
Author Date: 2021-11-11 13:21:30 UTC

Create explicit solver slot

AsyncTime 2021-10-18 22:45:52 UTC
Merge branch 'devel' into AsyncTime

Author: Peter Raback
Author Date: 2021-10-18 22:45:52 UTC

Merge branch 'devel' into AsyncTime

feature/general-parallel-circuits 2021-05-27 12:05:39 UTC
Fix conflicts

Author: Eelis Takala
Author Date: 2021-05-27 12:05:39 UTC

Fix conflicts

elmerice_InvDev 2021-05-12 11:19:21 UTC
Merge branch 'elmerice' into elmerice_InvDev

Author: Rupert Gladstone
Author Date: 2021-05-12 11:19:21 UTC

Merge branch 'elmerice' into elmerice_InvDev

release 2020-11-10 19:52:44 UTC
Merge branch 'elmerice' into devel

Author: Thomas Zwinger
Author Date: 2020-11-10 19:52:44 UTC

Merge branch 'elmerice' into devel

elmerice_meshadapt 2020-09-22 13:53:47 UTC
Merge branch 'elmerice' into elmerice_meshadapt

Author: J Todd
Author Date: 2020-09-22 13:53:47 UTC

Merge branch 'elmerice' into elmerice_meshadapt

KESolverRevisit 2020-07-07 23:27:17 UTC
small fix

Author: Peter Raback
Author Date: 2020-07-07 23:27:17 UTC

small fix

TurbulenceVec 2020-06-26 14:08:55 UTC
Merge branch 'devel' into TurbulenceVec

Author: Peter Raback
Author Date: 2020-06-26 14:08:55 UTC

Merge branch 'devel' into TurbulenceVec

fct_merge_clean 2020-06-02 06:27:02 UTC
Squashed commit of parallel FCT steps. Still a little dubious...

Author: Peter Raback
Author Date: 2020-06-02 06:27:02 UTC

Squashed commit of parallel FCT steps. Still a little dubious...

wip/metis 2020-04-13 21:38:17 UTC
using new eigen findmetis

Author: Foad
Author Date: 2020-04-13 21:38:17 UTC

using new eigen findmetis

wip/windows 2020-04-08 23:36:01 UTC
now cmake finsihes but issues with metis

Author: Foad
Author Date: 2020-04-08 23:36:01 UTC

now cmake finsihes but issues with metis

wip/mac 2020-04-08 16:53:32 UTC
compiles on macOS

Author: Foad
Author Date: 2020-04-08 16:53:32 UTC

compiles on macOS

NormalTangentialConflictTmp 2020-01-17 08:33:22 UTC
Preliminary solution for the n-t challenge in contact mechanics. Do not merge...

Author: Peter Raback
Author Date: 2020-01-17 08:33:22 UTC

Preliminary solution for the n-t challenge in contact mechanics. Do not merge as such.

elmerice-travis 2017-12-14 13:59:43 UTC
ci: removed a typo

Author: Juhani Kataja
Author Date: 2017-12-14 13:59:43 UTC

ci: removed a typo

elmerice-iscal 2017-04-10 12:13:51 UTC
cleaned iscal test-sif

Author: Josefin
Author Date: 2017-04-10 12:13:51 UTC

cleaned iscal test-sif

superlu-cmake 2017-02-01 13:34:41 UTC
Initial work on including SuperLU in cmake system

Author: Juhani Kataja
Author Date: 2017-02-01 13:34:41 UTC

Initial work on including SuperLU in cmake system

Untested: SolveSuperLU assumes some other superlu version

svn_mirror_obsolite 2015-02-09 10:10:23 UTC
Merge branch 'svnsync'

Author: Sami Ilvonen
Author Date: 2015-02-09 10:10:23 UTC

Merge branch 'svnsync'

136 of 36 results
This repository contains Public information 
Everyone can see this information.