sort by:
Revision Author Date Message Commit Date
7608e33 Merge pull request #428 from ElmerCSC/feature/homogenization-post-final Implement post processing for homogenization 12 December 2023, 07:46:47 UTC
7be50b9 Allocate/deallocate automatic for "allocatables" in Fortran. 12 December 2023, 07:22:02 UTC
1f5be3a Simplify the default behavior in timestep initialization 11 December 2023, 15:47:47 UTC
fe8913a Treat case without time extrapolation in more simple manner. 11 December 2023, 15:05:17 UTC
e40ff26 Give an error message when implementation is missing 11 December 2023, 08:38:45 UTC
bc71585 Update of beam analysis and some typo corrections 08 December 2023, 09:44:17 UTC
9200146 small cleanup. 08 December 2023, 07:31:46 UTC
5e1cbe7 Merge branch 'devel' of https://github.com/elmercsc/elmerfem into devel 08 December 2023, 05:36:27 UTC
5181673 Implement direct method for damped eigen systems. 08 December 2023, 05:34:18 UTC
4618e76 Damped eigen system test. 08 December 2023, 05:33:40 UTC
13c2e93 Minor change to Flux Integral constraint such that external field value for the Lagrange multiplier will have a correct value. 07 December 2023, 16:39:55 UTC
401b8b9 Update the right parameter section 07 December 2023, 15:08:50 UTC
be83217 Enable "Displace Mesh" for the beam solver 07 December 2023, 14:56:34 UTC
4f95af4 Echo some lumped info about view factors. 07 December 2023, 11:18:09 UTC
c13e1de Enable SaveMaterials to use also DG fields. 07 December 2023, 09:35:08 UTC
1d0931c 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. 07 December 2023, 05:32:41 UTC
075c021 Make identification of similar elements more advanced by adding a vector pointing to the similar element. Still not used for anything. 05 December 2023, 13:31:00 UTC
6bc9811 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. 05 December 2023, 12:54:20 UTC
5da85c1 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. 05 December 2023, 11:52:38 UTC
1d587a0 Improve backward compatibility of keywords. 05 December 2023, 09:33:17 UTC
c642ce2 Fix for flux constraint in complex case. 04 December 2023, 15:41:25 UTC
5e8cc8f Enable keyword dependence on "prev varname" such that values from previous timestep are used instead of the current timestep. Add related test case. 01 December 2023, 11:13:30 UTC
cf0840c Fixes for flux integral constraint. 30 November 2023, 14:55:03 UTC
4633e37 Update test case to reflect the changes in solver. 30 November 2023, 14:55:03 UTC
2d6816f Add linear system choice to few tests. 30 November 2023, 14:55:03 UTC
d1b75ac New feature: linear constraint that ensures that the flux associated to Robin type of boundary condition may be set to zero (or desired value in the future). When the flux is given as a Neumann condition this is trivial as we know a priori the flux. For Robin BC the flux is part of the solution. 30 November 2023, 14:55:03 UTC
dade65a Minor update to test case. 30 November 2023, 14:55:03 UTC
727fdd7 Tentative step for AV type of formulation and model lumping. 30 November 2023, 14:55:03 UTC
0502b40 Add mass-proportional damping to the beam solver 30 November 2023, 09:46:30 UTC
ddb2c77 Correct the polar moment of inertia for beams 29 November 2023, 11:50:19 UTC
b47c170 Fix sign of impedance BC. Add computation of nodal joule heating. 28 November 2023, 14:03:18 UTC
20d16f5 FSI testcase for FilmFlowSolver 28 November 2023, 10:25:00 UTC
b17a197 Minor changes to how keywords are obtained for StressSolver BC's 27 November 2023, 17:56:07 UTC
614a75c Activate flow bodyforce in FilmFlowSolver 27 November 2023, 17:56:07 UTC
6999883 Merge pull request #424 from richb2k/grid-typos Fix various typos in ElmerGrid, typos that are in comments or in printf text fields. 27 November 2023, 12:54:02 UTC
989ce80 Merge branch 'ElmerCSC:devel' into grid-typos 27 November 2023, 12:51:02 UTC
04bcd02 Fix for metric in FilmFlowSolver and cylindrically symmetry 27 November 2023, 12:24:23 UTC
f8d8c6a Drilling DOFs in curvilinear coordinates rethought 27 November 2023, 12:04:28 UTC
80a8cb2 Fix FilmFlowSolver when ac is not used 27 November 2023, 12:00:47 UTC
0ed276f Fix for ac term in FilmFlowSolver 27 November 2023, 10:41:31 UTC
8ed02a9 Fix for ListGetElementRealVec in the case when there are different element types in same section 27 November 2023, 10:41:31 UTC
aa598f1 Merge branch 'ElmerCSC:devel' into grid-typos 26 November 2023, 13:37:41 UTC
26e4562 A generalization of combined assembly of beams and shells 24 November 2023, 16:40:33 UTC
b989bc6 Use only one way to rotate DOFs 24 November 2023, 15:27:38 UTC
3383ce4 Further fixes and new features 24 November 2023, 13:58:00 UTC
72dcea6 When plotting range for std out rather give average than sum 24 November 2023, 13:57:17 UTC
374be05 Merge branch 'devel' of https://github.com/ElmerCSC/elmerfem into devel 23 November 2023, 22:55:49 UTC
23ef0c5 avoid error by skipping non-implemented feature 23 November 2023, 22:55:04 UTC
0edd464 Allowed for minimum sheet thickness and imposed maximum (was set to zero previously) in GlaDS 23 November 2023, 15:31:34 UTC
d21a283 Skip lower dimensional forces on StressSolver. 23 November 2023, 13:45:28 UTC
b810ea2 Remove duplicate call of CheckMeshInfo 23 November 2023, 10:24:23 UTC
600e72d Minor modification to track down a bug 23 November 2023, 10:18:35 UTC
d809081 Minor change in CheckMesh utility 23 November 2023, 10:07:06 UTC
4ce626e Apply complex conjugation when evaluating the energy functional 22 November 2023, 16:21:15 UTC
f38bf05 Baby steps for FilmFlow 22 November 2023, 16:07:43 UTC
1c644c4 Tentative skin condition for 2D 22 November 2023, 14:58:58 UTC
9dff316 Added possibility to limit the effective pressure in GlaDS channel evolution to positive values 22 November 2023, 14:48:19 UTC
7fe6d9b Set the order of time derivatives for beam simulations 22 November 2023, 07:52:35 UTC
75ca289 Fix to previous when the MeshDim has not been initialized. 21 November 2023, 15:04:43 UTC
72d221f More informative complaint about normal computation. 21 November 2023, 14:49:52 UTC
019b54e Fix for GradP formuation of FilmFlowSolver and related tests. 21 November 2023, 12:17:21 UTC
c3285c0 Enable 'Exported Variable i' to be update also from the BC section. 21 November 2023, 10:48:19 UTC
a0d5d25 fix to previous 20 November 2023, 16:12:14 UTC
51178b8 Change a perturbation for preconditioning 20 November 2023, 13:35:01 UTC
70358c6 Fix to output in case we have a 2-component vector in 3D case. The 2nd component was dropped. Now both components are written as scalars. 20 November 2023, 12:23:55 UTC
4110241 Try to handle cases where normal vector permutation is positive but the normal is really not computed. 18 November 2023, 09:10:00 UTC
d27192b Show elapsed time like estimated time. 17 November 2023, 12:02:27 UTC
46dd613 Fix a parallel crash caused by subroutine BlockMatrixPrec 17 November 2023, 08:51:10 UTC
5414e1f Make the code more robust when the initial mesh has wrong parents for the single-node elements. 16 November 2023, 14:51:16 UTC
8004f5c Enable also friction linearization to be relaxed. 16 November 2023, 08:18:45 UTC
1f7468b Add two missing keywords 15 November 2023, 15:20:47 UTC
e164275 Minor edits 15 November 2023, 12:50:16 UTC
5d527f0 fixed potential segfault for empty partition calls in GorundedSolver 15 November 2023, 08:53:14 UTC
b5c4e3f Hand-pick the missing newton relaxation factor from fssa-merge as this was left out. 15 November 2023, 08:40:58 UTC
1d769e3 add some information in ComputeDevStress documentation regarding its use with the vectorized Stokes solver 14 November 2023, 13:54:26 UTC
cd5f61e Add two test cases in going monolithic with slaves 14 November 2023, 11:43:18 UTC
26e71a8 Enable joining two equations to a monolithic system such that there may be a dependence of style y=alpha*x+beta between the two fields. Uses the Slave Solver system. 14 November 2023, 11:43:18 UTC
bf10af7 . 13 November 2023, 17:53:26 UTC
4a3d080 Make the rotation of variables optional 13 November 2023, 14:18:46 UTC
8ba6ba5 Correct typos in comments 10 November 2023, 19:46:04 UTC
942ea0b Correct typos in comments 10 November 2023, 19:45:27 UTC
e0efc31 Correct typos in comments 10 November 2023, 19:44:30 UTC
71212fd Correct typos in comments and text string 09 November 2023, 19:01:16 UTC
034a98d Correct typos in comments 09 November 2023, 16:47:58 UTC
17167e6 Correct typos in comments 09 November 2023, 16:46:15 UTC
75c5c04 Correct typo in comments 09 November 2023, 12:44:55 UTC
f06b5ca Correct typo in comments 09 November 2023, 12:44:45 UTC
40e007b Update an experimental code section 09 November 2023, 09:31:36 UTC
a263c40 Add a nested iteration sif for tetrahedral case 09 November 2023, 09:13:02 UTC
5e9f2af A simple change to ensure consistency 09 November 2023, 09:00:46 UTC
1be689f Now NormwiseBackwardError assumes a ready residual This change adds flexibility as we are not anymore restricted by the chosen procedure for matrix-vector product 08 November 2023, 15:15:25 UTC
e696832 Correct pseudo-complex inner product for parallel cases 08 November 2023, 12:53:53 UTC
12d2dbb Fixes for postprocessing of hydrostatic NS. 08 November 2023, 12:13:33 UTC
af89711 Fixes to HydrostaticNSVec solver. Also created additional operators for structured projector for comparing different fields. 07 November 2023, 23:13:57 UTC
99f126d A correction for parallel scaling by row equilibration 07 November 2023, 15:23:54 UTC
7efc176 A fix for parallel solution in block mode 07 November 2023, 11:11:27 UTC
7330ba3 Fixes for parallel preconditioning by perturbation Try to correct the mistake that in parallel execution the perturbed values saved in PrecValues arrays have not been employed in the preconditioning by incomplete factorization 06 November 2023, 12:49:15 UTC
8aa00ec Correct typos in comments and printf statements. 05 November 2023, 22:16:01 UTC
49a8d32 Corrected several typos in comments and printf statements. 05 November 2023, 18:16:20 UTC
d01ec5e Added linear melt profiles 04 November 2023, 21:31:21 UTC
back to top