https://github.com/ElmerCSC/elmerfem

sort by:
Revision Author Date Message Commit Date
b12f638 Merge branch 'devel' into TetraSplit 23 May 2022, 10:46:57 UTC
cd82223 Remove some obsolite code and minor change in output 23 May 2022, 10:32:45 UTC
c2d835e Boundary elements should now directly contain indices to edge/face arrays. 23 May 2022, 05:11:29 UTC
db1fdd8 Merge branch 'devel' of https://github.com/elmercsc/elmerfem into devel 23 May 2022, 04:55:09 UTC
86dd075 Initialize result variable to avoid random failures later. 23 May 2022, 04:54:33 UTC
54fd870 Try to fix some strange compile errors appearing after all these years in DCRComplexSolve.F90 20 May 2022, 13:07:23 UTC
f2b0eeb Merge pull request #323 from kevinsmia1939/devel add desktop and metainfo file 17 May 2022, 13:11:46 UTC
629207b Active some tests that were made practically passive with 'slow' flag. 17 May 2022, 12:56:40 UTC
5e7c060 Some partial fixes for "Block Scaling" in parallel. 17 May 2022, 12:32:59 UTC
b0583c3 Enable weight computation also in parallel. Works only when parallel matrix structure is present. 17 May 2022, 09:50:47 UTC
73e2f39 Do not echo empty lines even of 'echo on' is active. 16 May 2022, 09:03:10 UTC
67ee998 Improved scaling strategies for block preconditioning when there is Schur complement matrix. Previously there was a non-working combination of scalings when both standard and block scaling were active. Also minor change to few tests missing testing for MUMPS. 12 May 2022, 19:08:52 UTC
f1bb747 Minor fixes to ReynoldsSolver that might not have had any effect... 12 May 2022, 09:48:05 UTC
5bc675a Simplify formatr specifier while working on those anyways... 11 May 2022, 16:25:51 UTC
bc8ba3b Change the MATC calling in GetReal functions so that all dependent variables are printed to the 'tx' string at once. Also use default format specifier instead of G19.12, for example, since it seems that the other formats cannot print numbers in interval ]0,1e-100] without problems. 11 May 2022, 16:19:37 UTC
09ced7c Modify some tests that are very close to passing (<1.0e-4). 11 May 2022, 16:19:37 UTC
959def8 ... 11 May 2022, 14:52:52 UTC
074e792 remove excess rows. 11 May 2022, 13:14:06 UTC
7052765 Move some local subroutines to public module. 11 May 2022, 12:46:38 UTC
e4011f3 Merge branch 'devel' of https://github.com/elmercsc/elmerfem into devel 11 May 2022, 12:26:15 UTC
2cbfea3 Check for MPI_COMM_NULL before calling MPI_COMM_FREE. 11 May 2022, 12:25:30 UTC
416941d Fix tensor handles 10 May 2022, 13:11:22 UTC
74c781b Merge branch 'devel' of https://github.com/elmercsc/elmerfem into devel 10 May 2022, 08:08:12 UTC
d134734 Re-enable partly the threaded use of HeatSolveVec(). Threaded boundary assembly is not supported ATM (the diffuse gray radiation part might be diffucult anyway), but the bulk assembly should work out now. 10 May 2022, 08:05:38 UTC
d4bbf26 Merge pull request #327 from ElmerCSC/GeneralReluctivity General reluctivity 09 May 2022, 09:03:14 UTC
78fb529 Undo some unimportant changes in a sif file 09 May 2022, 07:37:21 UTC
239bb99 Missing optional arguments added 09 May 2022, 07:02:00 UTC
d0fe391 add keyword: 'Skip Halo Only Partitions' 06 May 2022, 17:09:51 UTC
8a14295 Two fixes for the evalutation of tensor components data 06 May 2022, 13:46:36 UTC
848a9cf Merge branch 'devel' of https://github.com/elmercsc/elmerfem into devel 06 May 2022, 12:17:18 UTC
15e8dcc Add "Skip Only Halo Parts" to enable better support for Hypre. If partition consists only of halo elements, they usually should not contribute to the global equations and thus can be skipped. 06 May 2022, 12:15:37 UTC
8afb3d7 Added possibility to give velocity BCs to ReynoldsSolver + compute the mean velocity field from the solution. This is to enable easier comparison with reduced dimensional N-S. 06 May 2022, 09:57:37 UTC
bcc8682 Merge branch 'devel' of https://github.com/ElmerCSC/elmerfem into devel 05 May 2022, 14:15:43 UTC
0d38dbd A fix for cases with several H-B curves in a basic tabulated format + some other small changes 05 May 2022, 13:36:22 UTC
38a08a4 remove debug code. 05 May 2022, 10:42:56 UTC
21b460b Skip inactive partitions in dof neighbourlist. 05 May 2022, 09:31:38 UTC
46c3af7 Pick the degree of freedom shared by the largest number of partitions instead of the first. 04 May 2022, 17:51:38 UTC
9208a98 Try to enable unisotropic generalized reluctivity 04 May 2022, 15:44:25 UTC
8c9873d Add some namespace-options when checking for "Linear System Use Hypre". 04 May 2022, 09:58:59 UTC
99366c5 fix typo. 03 May 2022, 13:58:16 UTC
aef239c Make the code somewhat more readable, no functional changes. 03 May 2022, 13:24:53 UTC
2e4f103 Hypre doesn't appreciate 'empty' partitions (partitions with no degrees of freedom). Try to ensure at least one DOF for each (matrix) partitioning. 03 May 2022, 12:08:39 UTC
e9f77a4 Add parallel operators for noncommutative operators, such as mean and variance 29 April 2022, 13:41:50 UTC
851a996 Closing endif parenthesis forgotten 29 April 2022, 11:12:16 UTC
d11a62e revert to using gloabl bounding box if the format is NetCDF. Otwerise parallel collection does not really work. 29 April 2022, 08:37:06 UTC
1def9f8 Use global bounding box for determining the grid but local to pick active parts in parallel. Before this at least the 'table' format in SaveGridData did not work in parallel properly. 29 April 2022, 08:13:00 UTC
15bd310 Enable that normal velocity and surface velocity is both given in Reynolds solver so there can be a separate additive velocity source in FSI problems. 27 April 2022, 13:08:47 UTC
c173c3e When saving lines and encountering NaN's count them and replace them with -1 since many software have serious problems reading NaN's 26 April 2022, 18:13:43 UTC
620667f Steps towards enabling scaling of artificial compressibility when doing FSI coupling with Reynolds equation. 26 April 2022, 15:59:41 UTC
f49668e minor edit to license info 26 April 2022, 13:39:32 UTC
258984a Enable artificial surface compressibility to Reynolds equation. 25 April 2022, 14:58:14 UTC
829e7ab Minor edit to license policy explaining that license terms always prevail over this interpretation. 25 April 2022, 14:56:49 UTC
f182ea9 Update projection to Hcurl basis 25 April 2022, 09:44:08 UTC
06601d8 Circumvent a code dump in rare cases 22 April 2022, 20:03:08 UTC
8996c3f Activate LUA supoort 22 April 2022, 13:45:55 UTC
2da09ca Enable saving of output file (for restart) so that it may be controlled independently for solver-specific meshes. Otherwise we risk writing on the same file. 22 April 2022, 13:02:13 UTC
29733d8 Remap bodies also when only default body is given. 22 April 2022, 13:02:13 UTC
d278d09 Do not try to get frequency from lists that do not exist. 22 April 2022, 13:02:13 UTC
0d5d663 Make the node2edge solver more generic such that there can be number of global variables and any variable may be renamed upon extrusion. 22 April 2022, 13:02:13 UTC
148237c The unauthenticated git protocol on port 9418 is no longer supported. 22 April 2022, 06:42:23 UTC
90285b8 Move creation of intersection BCs such that it also works with extrusion 21 April 2022, 09:39:15 UTC
b0fb57a Fixes for intersectionBC in 3D 20 April 2022, 13:34:47 UTC
c84377f Some minor modifications to enable view factors with changed geometry, restart with correct coordinate alingment and some code shortening 19 April 2022, 14:50:02 UTC
a63e1f0 Enable a new slot "when created" that is executed immediately when the solver is created and before other solvers are created. This allows, for example, deformation of meshes prior to computing view factors for the 1st time. 19 April 2022, 11:56:48 UTC
d467f23 Merge branch 'devel' of https://github.com/elmercsc/elmerfem into devel 13 April 2022, 06:39:49 UTC
07968f4 Fix intersection test logical expression. 13 April 2022, 06:39:14 UTC
17cbe48 Imperfect shell-solid couplings are now rejected by default A diehard can still circumvent this with the command "Reject Imperfect Couplings = Logical False" 10 April 2022, 06:56:10 UTC
d8ff96e Correct constraint averaging in shell-solid coupling Try to resolve an averaging trouble when the drilling DOFs formulation is used 09 April 2022, 13:12:18 UTC
01e55c8 tiny fix 08 April 2022, 10:34:23 UTC
1d792a6 minor change to reynolds post 08 April 2022, 09:34:05 UTC
be6c0eb Enable AC for nonlinear Reynolds equation 08 April 2022, 08:34:32 UTC
6718d9b Merge branch 'devel' of https://github.com/elmercsc/elmerfem into devel 07 April 2022, 10:19:47 UTC
49f6338 Check for first coupled iteration when rotating time derivatives within viscoelastic model. 07 April 2022, 10:18:42 UTC
70e8da0 add desktop and metainfo file 06 April 2022, 20:35:14 UTC
26cf8de Improved interpolate for the case that the target variable is a DG variable. The we create a temporal representative DG index that is used instead of the standard nodal index. This saves the day only for reduced DG basis. For generic cases further improvements or other principle is needed. 06 April 2022, 18:44:28 UTC
232e983 Added possibility to create 0D BCs as intersection of 1D BCs on-the-fly. Also added a test case for this. 06 April 2022, 17:11:13 UTC
0fc52e0 Fix for "Displacement Velocity" in case when there are more than DIM component in displacement 06 April 2022, 16:10:31 UTC
1f57f65 Imporove operation of Gmsh output with DG data 06 April 2022, 16:10:31 UTC
2f2a755 Just some comment and additional keyword. 06 April 2022, 16:10:31 UTC
6ddf8bd When checking for dependence on boundary and DG variables check for the parents in case nott found 06 April 2022, 16:10:31 UTC
84f744f Do not suppress making of VTU solver if the other instance is not for VTU format 06 April 2022, 16:10:31 UTC
19b8909 Some changes to the shell-solid coupling - A fix so as to evaluate the shell director at the centre of an interface edge - An additional check is done to verify that some weighting procedures work as intended. If a problem is detected (there seems to be cases where this happens), the simulation is now halted (a further fix is still needed to run such cases). - "Reject Imperfect Couplings = True" can be used to prohibit including imperfect constraints which arise with the drilling DOFs formulation when the shell director is not perfectly aligned with a coordinate axis. - In addition some smaller edits 06 April 2022, 12:43:35 UTC
563e8ad New test case for radiator symmetric in x 06 April 2022, 09:00:18 UTC
9254106 once more... 06 April 2022, 08:15:15 UTC
15f5747 Merge branch 'devel' of https://github.com/elmercsc/elmerfem into devel 06 April 2022, 07:57:53 UTC
f8d9f3d small fix. 06 April 2022, 07:57:43 UTC
7633374 Fix issue #322 03 April 2022, 12:21:08 UTC
3eeae37 Add robin and neumann BCs to Reynolds equation + corresponding minimal test cases 01 April 2022, 16:53:48 UTC
c469a42 Decrease warnings for n-t system. Fix to implicit friction. 01 April 2022, 15:26:12 UTC
a9e571f Merge branch 'devel' of https://github.com/elmercsc/elmerfem into devel 01 April 2022, 12:37:55 UTC
c3dd84e Small modification of the visco-elastic model. 01 April 2022, 12:36:37 UTC
4c21aba Enable results from Simulation section to be treated as variables by SaveScalars in order to have control over their order in the matrix. 01 April 2022, 10:49:11 UTC
6ce55bd Enable creation of intersection BCs. These are 1D boundaries at intersection of two 2D boundaries. 01 April 2022, 10:07:32 UTC
eb73de4 Minor update to implicit friction. Added also to IncompressibleNSVec 01 April 2022, 10:05:30 UTC
a2edcda More robust start time for FourierLoss in case the solver is activated only later and no start time is given 31 March 2022, 08:30:17 UTC
e87772a Make harmonic circuits more consistent with transient ones. 31 March 2022, 08:10:17 UTC
b7864ae Tentative routine for creating 1D BCs as intersection of 2D BCs for 3D meshes. Not yet used. 31 March 2022, 07:53:54 UTC
a806f4c Minor fix to fresh typo 30 March 2022, 14:27:07 UTC
153bcfc Change keyword to one that has been used before too... 30 March 2022, 14:26:15 UTC
4301e64 Fix to FourierLoss such that all scalars are initiated at the _init section 30 March 2022, 14:21:39 UTC
back to top