Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
146
Downloads of v 8.4:
146
Last Update:
17 Mar 2020
Package Maintainer(s):
Software Author(s):
- CSC - IT Center for Science
Tags:
elmer multiphysical simulation
Elmer FEM (finite element method)
Downloads:
146
Downloads of v 8.4:
146
Maintainer(s):
Software Author(s):
- CSC - IT Center for Science
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Elmer FEM (finite element method), run the following command from the command line or from PowerShell:
To upgrade Elmer FEM (finite element method), run the following command from the command line or from PowerShell:
To uninstall Elmer FEM (finite element method), run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download elmer --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade elmer -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade elmer -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure elmer installed
win_chocolatey:
name: elmer
state: present
version: 8.4
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'elmer' do
action :install
version '8.4'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: elmer,
Version: 8.4,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller elmer
{
Name = 'elmer'
Ensure = 'Present'
Version = '8.4'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'elmer':
provider => 'chocolatey',
ensure => '8.4',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install elmer version="8.4" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator Pauby on 25 Apr 2020.
Elmer is an open source multiphysical simulation software mainly developed by CSC - IT Center for Science (CSC). Elmer development was started 1995 in collaboration with Finnish Universities, research institutes and industry. After it's open source publication in 2005, the use and development of Elmer has become international.
Elmer includes physical models of fluid dynamics, structural mechanics, electromagnetics, heat transfer and acoustics, for example. These are described by partial differential equations which Elmer solves by the Finite Element Method (FEM).
These pages are intended to give basic information on the Elmer software. The content of the pages is rather static, For more concurrent information visit the discussion forum and wiki at http://www.elmerfem.org.
md5: DD9B6EC2C85649921ACFBF09900A3E9A | sha1: 23A0016DCA66A719F16DBFA19E5CC555B931D082 | sha256: 8EEBF0F7BE5A2F8EEFBC5B198D51B8CD8FECECF553508D214D6AA56593F21BEF | sha512: 3C7C4A3C4CA6A4ED652CB96D72CDD287D1ED8091D190E7EE0A002B9C088208D23836F92CBD1E5A9467E45505837216801D3ECFE4F5A0AB8412DE8F7CB59CF374
Log in or click on link to see number of positives.
- InstallOptions.dll (c9cd5c9609e7) - ## / 71
- StartMenu.dll (7755ff2707ca) - ## / 72
- UserInfo.dll (564c80dec62d) - ## / 71
- libwinpthread-1.dll (3e07a24e7c7b) - ## / 67
- ElmerGUI.exe (e58de222ac60) - ## / 72
- ElmerGUIlogger.exe (2bb6e47e1099) - ## / 66
- ElmerGUItester.exe (4bf19b4d04cf) - ## / 66
- libblas.dll (ea2173b6eef6) - ## / 63
- libgcc_s_sjlj-1.dll (e58236f05fae) - ## / 67
- libgfortran-3.dll (cb34d614972c) - ## / 67
- liblapack.dll (cc445643fbfe) - ## / 64
- libmatc.dll (5612a948b9d3) - ## / 69
- libquadmath-0.dll (ed59543cd2b3) - ## / 67
- libstdc++-6.dll (851a32137b36) - ## / 67
- libTKBO.dll (8961405bfb1d) - ## / 66
- libTKBool.dll (c80d4f0bfc43) - ## / 66
- libTKBRep.dll (a3ad0bce8680) - ## / 66
- libTKernel.dll (dbd2379c3561) - ## / 66
- libTKG2d.dll (8d7c9befb0f1) - ## / 67
- libTKG3d.dll (9a92bf8e2329) - ## / 65
- libTKGeomAlgo.dll (9edc74eccbc5) - ## / 67
- libTKGeomBase.dll (6003d4246e11) - ## / 57
- libTKIGES.dll (975684b15a5b) - ## / 65
- libTKMath.dll (a21aad782e49) - ## / 66
- libTKMesh.dll (ff62062c417d) - ## / 66
- libTKPrim.dll (8d9419a3625a) - ## / 66
- libTKShHealing.dll (21b63b6de251) - ## / 66
- libTKSTEP.dll (f47cd217f6ff) - ## / 67
- libTKSTEP209.dll (9e3085e949cc) - ## / 65
- libTKSTEPAttr.dll (ef0ef10a79ca) - ## / 66
- libTKSTEPBase.dll (2b1612c624f9) - ## / 66
- libTKTopAlgo.dll (226e35520270) - ## / 65
- libTKXSBase.dll (acdd54d214ab) - ## / 65
- libvtkalglib-6.1.dll (7f0d9565c128) - ## / 66
- libvtkChartsCore-6.1.dll (ac9137cf8f72) - ## / 66
- libvtkCommonColor-6.1.dll (bc62ff7726ed) - ## / 64
- libvtkCommonComputationalGeometry-6.1.dll (7b5b9c82af62) - ## / 64
- libvtkCommonCore-6.1.dll (9d9f2de5b18a) - ## / 66
- libvtkCommonDataModel-6.1.dll (cffe383cb76d) - ## / 66
- libvtkCommonExecutionModel-6.1.dll (0605b422ca9c) - ## / 66
- libvtkCommonMath-6.1.dll (482791f6054c) - ## / 66
- libvtkCommonMisc-6.1.dll (e201d0ebf90f) - ## / 67
- libvtkCommonSystem-6.1.dll (0283745d9f9b) - ## / 65
- libvtkCommonTransforms-6.1.dll (1241f042e28a) - ## / 66
- libvtkDICOMParser-6.1.dll (89bf7c122374) - ## / 66
- libvtkDomainsChemistry-6.1.dll (6c890af92a45) - ## / 66
- libvtkexoIIc-6.1.dll (6c41994bcf20) - ## / 66
- libvtkexpat-6.1.dll (f82dc4638042) - ## / 66
- libvtkFiltersAMR-6.1.dll (92995a05812e) - ## / 66
- libvtkFiltersCore-6.1.dll (a6ef61b3baaa) - ## / 67
- libvtkFiltersExtraction-6.1.dll (d34576aeda43) - ## / 65
- libvtkFiltersFlowPaths-6.1.dll (636aa3f6b055) - ## / 65
- libvtkFiltersGeneral-6.1.dll (40a43abba35a) - ## / 67
- libvtkFiltersGeneric-6.1.dll (b041a9fbb183) - ## / 67
- libvtkFiltersGeometry-6.1.dll (c505952c4f24) - ## / 66
- libvtkFiltersHybrid-6.1.dll (9e413961ff36) - ## / 67
- libvtkFiltersHyperTree-6.1.dll (45abd5af16b2) - ## / 66
- libvtkFiltersImaging-6.1.dll (46df8cb85465) - ## / 65
- libvtkFiltersModeling-6.1.dll (9bef20a27bbc) - ## / 66
- libvtkFiltersParallel-6.1.dll (7d3c11af76ff) - ## / 66
- libvtkFiltersParallelImaging-6.1.dll (602e786c7acc) - ## / 66
- libvtkFiltersProgrammable-6.1.dll (3e30e2b53638) - ## / 66
- libvtkFiltersSelection-6.1.dll (af9fcff6b49e) - ## / 66
- libvtkFiltersSMP-6.1.dll (54f003a44ed5) - ## / 63
- libvtkFiltersSources-6.1.dll (53655fcea6af) - ## / 66
- libvtkFiltersStatistics-6.1.dll (e45814f2972e) - ## / 66
- libvtkFiltersTexture-6.1.dll (9ce2993c6828) - ## / 67
- libvtkFiltersVerdict-6.1.dll (283e08a2f2e6) - ## / 67
- libvtkfreetype-6.1.dll (55bb7b1f55a6) - ## / 66
- libvtkftgl-6.1.dll (7acf707672a1) - ## / 66
- libvtkGeovisCore-6.1.dll (cf07c75b98d0) - ## / 66
- libvtkgl2ps-6.1.dll (1a3373676a04) - ## / 66
- libvtkGUISupportQt-6.1.dll (6f566979bd46) - ## / 66
- libvtkGUISupportQtOpenGL-6.1.dll (ddc320fc11e1) - ## / 66
- libvtkGUISupportQtWebkit-6.1.dll (2c86788f3cab) - ## / 66
- libvtkImagingColor-6.1.dll (b2ff964766c3) - ## / 66
- libvtkImagingCore-6.1.dll (f2d130a2d41c) - ## / 66
- libvtkImagingFourier-6.1.dll (e86a92a42f03) - ## / 66
- libvtkImagingGeneral-6.1.dll (f1decf95afbf) - ## / 66
- libvtkImagingHybrid-6.1.dll (8b7d4e82323e) - ## / 65
- libvtkImagingMath-6.1.dll (8697a472183b) - ## / 65
- libvtkImagingMorphological-6.1.dll (c17747c67956) - ## / 65
- libvtkImagingSources-6.1.dll (54d6aa99a7df) - ## / 67
- libvtkImagingStatistics-6.1.dll (669694962029) - ## / 67
- libvtkImagingStencil-6.1.dll (13120e2b0189) - ## / 67
- libvtkInfovisCore-6.1.dll (079796c363fb) - ## / 64
- libvtkInfovisLayout-6.1.dll (1bad478fd28e) - ## / 66
- libvtkInteractionImage-6.1.dll (5ccf5991befa) - ## / 66
- libvtkInteractionStyle-6.1.dll (268c8cd98e05) - ## / 66
- libvtkInteractionWidgets-6.1.dll (ca6f81399634) - ## / 66
- libvtkIOAMR-6.1.dll (8aeaed91fb8d) - ## / 65
- libvtkIOCore-6.1.dll (3ae9869fc708) - ## / 66
- libvtkIOEnSight-6.1.dll (20a555574387) - ## / 66
- libvtkIOExodus-6.1.dll (a9b397eae0ca) - ## / 67
- libvtkIOExport-6.1.dll (185e3bd53cfb) - ## / 66
- libvtkIOGeometry-6.1.dll (f93373d7cf3e) - ## / 66
- libvtkIOImage-6.1.dll (13d4e7ca5bcb) - ## / 66
- libvtkIOImport-6.1.dll (c3d9d128607e) - ## / 66
- libvtkIOInfovis-6.1.dll (8fac4bc6c4b5) - ## / 66
- libvtkIOLegacy-6.1.dll (2be06cce1a78) - ## / 66
- libvtkIOLSDyna-6.1.dll (0f2ed01cbb28) - ## / 67
- libvtkIOMINC-6.1.dll (9687541c547d) - ## / 66
- libvtkIOMovie-6.1.dll (445bbc9b1034) - ## / 66
- libvtkIONetCDF-6.1.dll (5eff5bc670e3) - ## / 66
- libvtkIOParallel-6.1.dll (996eb86eddcd) - ## / 66
- libvtkIOPLY-6.1.dll (d8a538af1013) - ## / 66
- libvtkIOSQL-6.1.dll (a8a0f32c6e6e) - ## / 66
- libvtkIOVideo-6.1.dll (7f94bde84da7) - ## / 66
- libvtkIOXML-6.1.dll (cc93e249050e) - ## / 66
- libvtkIOXMLParser-6.1.dll (58d22ea93ada) - ## / 66
- libvtkjpeg-6.1.dll (e364f29fd493) - ## / 65
- libvtkjsoncpp-6.1.dll (3f66ba28d2a5) - ## / 64
- libvtklibxml2-6.1.dll (7ab50a038432) - ## / 66
- libvtkmetaio-6.1.dll (1d8b68954e5e) - ## / 64
- libvtkNetCDF-6.1.dll (3d173e1eb8f6) - ## / 66
- libvtkNetCDF_cxx-6.1.dll (53e71f5b52a2) - ## / 66
- libvtkoggtheora-6.1.dll (0097d427b9f9) - ## / 66
- libvtkParallelCore-6.1.dll (298be02dea50) - ## / 66
- libvtkpng-6.1.dll (c86cdf868b82) - ## / 66
- libvtkproj4-6.1.dll (dd9b61481144) - ## / 65
- libvtkRenderingAnnotation-6.1.dll (a22e9c295baa) - ## / 66
- libvtkRenderingContext2D-6.1.dll (7aabb568c6a1) - ## / 67
- libvtkRenderingCore-6.1.dll (22ca44734f6c) - ## / 66
- libvtkRenderingFreeType-6.1.dll (157c63739f1a) - ## / 65
- libvtkRenderingFreeTypeOpenGL-6.1.dll (986b0cc02750) - ## / 66
- libvtkRenderingGL2PS-6.1.dll (a36d63861918) - ## / 66
- libvtkRenderingImage-6.1.dll (facba0801961) - ## / 66
- libvtkRenderingLabel-6.1.dll (aeecd7e4760d) - ## / 66
- libvtkRenderingLIC-6.1.dll (ab6724fa94f4) - ## / 67
- libvtkRenderingLOD-6.1.dll (3dbe306e6213) - ## / 67
- libvtkRenderingOpenGL-6.1.dll (318ffe2225bd) - ## / 66
- libvtkRenderingQt-6.1.dll (1c0d782d0287) - ## / 65
- libvtkRenderingVolume-6.1.dll (9b90e22696e2) - ## / 66
- libvtkRenderingVolumeAMR-6.1.dll (6e052edb44fa) - ## / 66
- libvtkRenderingVolumeOpenGL-6.1.dll (3b51509eae10) - ## / 66
- libvtksys-6.1.dll (df5f45dd5069) - ## / 65
- libvtktiff-6.1.dll (ae5168b488eb) - ## / 67
- libvtkViewsContext2D-6.1.dll (cae615816365) - ## / 66
- libvtkViewsCore-6.1.dll (f249b37593c3) - ## / 66
- libvtkViewsGeovis-6.1.dll (944790367a54) - ## / 66
- libvtkViewsInfovis-6.1.dll (f5b0c26f50a6) - ## / 65
- libvtkViewsQt-6.1.dll (a819b3e7bddf) - ## / 67
- libvtkzlib-6.1.dll (d6e6b5b5c4a4) - ## / 66
- matc.exe (3e6dbd85f277) - ## / 69
- Mesh2D.exe (54418bae7d33) - ## / 67
- QtCore4.dll (adf595abd5ab) - ## / 67
- QtGui4.dll (f8bbba4c1a91) - ## / 67
- QtOpenGL4.dll (ca936054e01a) - ## / 67
- QtScript4.dll (cdc9bd8b86b4) - ## / 66
- QtSvg4.dll (963d708c4625) - ## / 66
- QtXml4.dll (fe3d4598288d) - ## / 67
- qwt.dll (af51cd7a12a4) - ## / 66
- tcl85.dll (ef16d7970bba) - ## / 57
- tclpip85.dll (724671b7f29a) - ## / 65
- tclsh85.exe (f129e4f9fe30) - ## / 68
- tk85.dll (aa7275c8691b) - ## / 48
- wish85.exe (9c2226913fa5) - ## / 57
- tcldde13.dll (1e6919abe735) - ## / 57
- tclreg12.dll (938d20b451fb) - ## / 57
- x86_64-w64-mingw32-gfortran.exe (d809ebdfa4aa) - ## / 66
- ar.exe (b1fad9bcdae1) - ## / 67
- as.exe (bda900b52ea5) - ## / 67
- dlltool.exe (672ffacd63aa) - ## / 68
- ld.bfd.exe (921d9367332e) - ## / 67
- nm.exe (daf72947303c) - ## / 68
- objcopy.exe (108af9dbbf7c) - ## / 68
- objdump.exe (61cb19c1c853) - ## / 67
- ranlib.exe (8e24eff1f249) - ## / 68
- strip.exe (0863414e331f) - ## / 68
- libatomic-1.dll (afed5a48c7bf) - ## / 55
- libgcc_s_sjlj-1.dll (66ca7eae782f) - ## / 55
- libgfortran-3.dll (1a65cd5ba241) - ## / 55
- libgnarl-4.8.dll (dc73fde6f1cb) - ## / 55
- libgnat-4.8.dll (9fcc7c37218a) - ## / 67
- libgomp-1.dll (23e6c9ebb029) - ## / 55
- libobjc-4.dll (4ac18ba43ad7) - ## / 55
- libquadmath-0.dll (1fb49cafa622) - ## / 55
- libssp-0.dll (045736b5ad7b) - ## / 55
- libstdc++-6.dll (53e1a9771933) - ## / 55
- libwinpthread-1.dll (29e1b3fac935) - ## / 55
- libatomic-1.dll (1ff0db4b3ed4) - ## / 66
- libgcc_s_sjlj-1.dll (19049af5ca4f) - ## / 56
- libgfortran-3.dll (c1aa59d11feb) - ## / 66
- libgnarl-4.8.dll (9386f196c49c) - ## / 66
- libgnat-4.8.dll (5de539d6fe4d) - ## / 66
- libgomp-1.dll (a88e4f1c0884) - ## / 56
- libobjc-4.dll (208ffd5721ba) - ## / 66
- libquadmath-0.dll (66a868e9e1cb) - ## / 56
- libssp-0.dll (b05a372ec2f4) - ## / 56
- libstdc++-6.dll (bdaf5e68aea5) - ## / 56
- libwinpthread-1.dll (8b669e576088) - ## / 56
- f951.exe (f1fe1a79aa0f) - ## / 68
- liblto_plugin-0.dll (cb07787b7864) - ## / 57
- elmer.8.4.nupkg (03e02e6d0098) - ## / 47
- elmerfem-8.4_Windows-AMD64.exe (8eebf0f7be5a) - ## / 62
- Uninstall.exe (14d408a6a2cd) - ## / 72
- ElmerGrid.exe (92066f1daa39) - ## / 71
- ElmerPost.exe (c2512323eb23) - ## / 70
- ElmerSolver.exe (501040cfa214) - ## / 68
- GebhardtFactors.exe (f928e2ba6e12) - ## / 71
- libarpack.dll (713e6e505960) - ## / 70
- libelmersolver.dll (3293d020660c) - ## / 71
- libfhuti.dll (585cadc84698) - ## / 70
- libmpi_stubs.dll (1b4e7f67f4f9) - ## / 70
- sico2elmer.exe (7290b45d088c) - ## / 72
- ViewFactors.exe (4196ed2fcf54) - ## / 72
- Acoustics.dll (30a6e9c72acf) - ## / 71
- AdvectionDiffusion.dll (9552e506c9b3) - ## / 68
- AdvectionReaction.dll (aa6944726f30) - ## / 71
- AllocateSolver.dll (fd6ae3bb6609) - ## / 69
- ArteryOutlet.dll (42dec20cd3c4) - ## / 70
- ArtificialCompressibility.dll (afc7967b6b27) - ## / 70
- CircuitsAndDynamics.dll (ef439f86d3c7) - ## / 71
- CoilSolver.dll (6338c4b376a1) - ## / 70
- CompressibleNS.dll (8aee67f490f7) - ## / 70
- CoordinateTransform.dll (9b22406e12ae) - ## / 71
- CoupledNSUpdate.dll (78408497204e) - ## / 71
- CraigBamptonSolver.dll (b53210331f32) - ## / 68
- DataToFieldSolver.dll (45901ca256ae) - ## / 72
- DCRComplexSolve.dll (132bde14a30a) - ## / 67
- DFTSolver.dll (6337c628b617) - ## / 70
- DirectionSolver.dll (3b06a2bf9bf2) - ## / 69
- DistanceSolve.dll (35483c5df44c) - ## / 71
- DivergenceSolver.dll (249738596233) - ## / 70
- DivProjection.dll (4a35afefd9fe) - ## / 69
- ElasticSolve.dll (1faf4764189d) - ## / 70
- ElectricForce.dll (61d48eb73527) - ## / 69
- Electrokinetics.dll (a83ac0499e4f) - ## / 69
- ElementSizeSolver.dll (8ac9fbf4ccf2) - ## / 71
- ElementStats.dll (bd7efda1fc89) - ## / 68
- EliminateDirichlet.dll (8ac6b5662e48) - ## / 70
- EliminatePeriodic.dll (ac3c6d5d88cc) - ## / 68
- Elmer2OpenFoamIO.dll (f9e301de8087) - ## / 70
- EMWaveSolver.dll (17bafb255258) - ## / 68
- EnergyRelease.dll (ae1d3d1e6048) - ## / 70
- FacetShellSolve.dll (0159c809e31e) - ## / 70
- FDiffusion.dll (648a7d55eecf) - ## / 68
- FDiffusion3D.dll (98b37c1222cb) - ## / 69
- FilterTimeSeries.dll (5bec06f849f5) - ## / 70
- FindOptimum.dll (5cc9704f113a) - ## / 70
- FlowSolve.dll (bf49736b45a9) - ## / 70
- FluidicForce.dll (6160f903535f) - ## / 69
- FluxSolver.dll (b15773f2b3b8) - ## / 69
- FourierLoss.dll (5d0f7037d28a) - ## / 69
- FreeSurfaceReduced.dll (410f1b81c6b2) - ## / 71
- FreeSurfaceSolver.dll (71d9cef78853) - ## / 68
- HarmonicSignals.dll (1231512fcb6b) - ## / 68
- HeatSolve.dll (15059bca09bb) - ## / 68
- HelmholtzBEM.dll (c9a585671e0b) - ## / 71
- HelmholtzSolve.dll (d81c814b875a) - ## / 71
- Isosurface.dll (5e4698d88a25) - ## / 71
- KESolver.dll (67dd8c0c9f13) - ## / 69
- Komega.dll (6ca46b8e31bb) - ## / 70
- LevelSet.dll (89c4777e1a82) - ## / 71
- MagneticSolve.dll (0451edcf0586) - ## / 70
- MagnetoDynamics.dll (5ece86a310b1) - ## / 68
- MagnetoDynamics2D.dll (3beb4acdbc0d) - ## / 70
- Mesh2MeshSolver.dll (1d7066afbbef) - ## / 69
- MeshSolve.dll (84d0659ea482) - ## / 69
- ModelPDE.dll (f51bdf68ad26) - ## / 71
- MovingElstatSolver.dll (2c0b18464383) - ## / 70
- NonphysicalMeshSolve.dll (80a0673ad58f) - ## / 71
- NormalSolver.dll (5224f8fd2369) - ## / 70
- OdeSolver.dll (29d3854c7122) - ## / 69
- OpenFoam2ElmerIO.dll (d4b62c42158a) - ## / 69
- ParStokes.dll (c0eaf097b950) - ## / 69
- ParticleAdvector.dll (d88af627c071) - ## / 70
- ParticleDynamics.dll (32baeef380f3) - ## / 69
- PartitionMesh.dll (14489a6bdcaf) - ## / 71
- PhaseChangeSolve.dll (9a6d208249bc) - ## / 70
- Poisson.dll (e6117ea38ab8) - ## / 70
- PoissonBEM.dll (c8939ca37938) - ## / 69
- PoissonBoltzmannSolve.dll (3eb9fc248cf9) - ## / 69
- PoissonDG.dll (32708f249bc3) - ## / 68
- PressurePrecond.dll (f65645a09fae) - ## / 71
- PressureUpdate.dll (434efad94ec6) - ## / 70
- ProjectToPlane.dll (f0b62b33b704) - ## / 69
- RateOfChange.dll (f862994a44c6) - ## / 71
- ReloadData.dll (d6a5c97914e9) - ## / 70
- ReloadInput.dll (1e03a3a56a43) - ## / 70
- ResultOutputSolve.dll (8d0ce2e5a1cc) - ## / 70
- ReynoldsSolver.dll (da7656922190) - ## / 71
- RichardsSolver.dll (a2f63b8406b0) - ## / 66
- RigidBodyReduction.dll (14376951daf2) - ## / 72
- RigidMeshMapper.dll (6a79f23bc0a8) - ## / 66
- SaveData.dll (5f4771d919a5) - ## / 69
- SaveGridData.dll (eab5c49ebacc) - ## / 70
- SaveMesh.dll (5a7f66a08541) - ## / 70
- ScalarPotentialSolver.dll (6a76279b4406) - ## / 70
- ScannedFieldSolver.dll (9b3762121863) - ## / 69
- ShallowWaterNS.dll (9a49fb3722dd) - ## / 70
- ShearrateSolver.dll (687f7fe5a494) - ## / 69
- ShellSolver.dll (d3ed6663e4b3) - ## / 69
- Smitc.dll (91313004f2ec) - ## / 69
- Spalart-Allmaras.dll (eb612a77ec24) - ## / 68
- SSTKomega.dll (c3865a957d68) - ## / 70
- StatCurrentSolve.dll (5f6ad3980094) - ## / 68
- StatCurrentSolveVec.dll (2fb59b0d4646) - ## / 70
- StatElecBoundary.dll (c71ceab6c5a0) - ## / 69
- StatElecSolve.dll (4f451661b27d) - ## / 68
- StatMagSolve.dll (4645a25d4c45) - ## / 69
- SteadyPhaseChange.dll (b7223d252963) - ## / 70
- Stokes.dll (456ead3c3b22) - ## / 68
- StreamSolver.dll (664f80a39198) - ## / 71
- StressSolve.dll (479f2ecfc34e) - ## / 68
- StructuredFlowLine.dll (b0c54210452a) - ## / 70
- StructuredMeshMapper.dll (34c1f1eb8e68) - ## / 69
- StructuredProjectToPlane.dll (585b5f021fa2) - ## / 70
- ThermoElectricSolver.dll (ca315e1b710c) - ## / 71
- TransientPhaseChange.dll (ef7c2d8687d8) - ## / 69
- TransportEquation.dll (1a97fa11d8b1) - ## / 71
- V2FSolver.dll (c501d54de790) - ## / 69
- VectorHelmholtz.dll (658302fc406c) - ## / 70
- VelocityPrecond.dll (cc56fa9159e3) - ## / 72
- ViscousCompressibility.dll (611fbc8a9133) - ## / 68
- VorticitySolver.dll (4989e1c4bc9f) - ## / 70
- WaveSolver.dll (6d639fe4b3a4) - ## / 68
- WPotentialSolver.dll (cd1cd15d99ae) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Elmer FEM (finite element method) 8.4 | 146 | Tuesday, March 17, 2020 | Approved |
Copyright © 1995- , CSC - IT Center for Science Ltd.
-
- vcredist2010 (≥ 10.0.40219.2)
Ground Rules:
- This discussion is only about Elmer FEM (finite element method) and the Elmer FEM (finite element method) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Elmer FEM (finite element method), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.