-
COMSOL is one of the most popular FEM (Finite Element Method) suites.
webpage: https://www.comsol.com/
I don't think there is a canon .desktop file for a typical installation of this product.
-
### Tasks
Ideally we would like to generate shadings in the shade layer using some sort of brush tool.
Possible approaches:
- Use a 2D variation of the marching Cubes Algorithm to generate a poly…
-
To ease matrix assembly in finite element codes we should support duplicate entry insertions into tensors. These entries should be summed before packing. This feature was asked for by @sueda.
-
@trilinos/panzer
The Panzer `DOFManager` and `ConnManager` are great tools for numbering degrees of freedom in finite element models.
However, as mesh data structures move to device, challenges …
-
Hi folks,
I added three samples which I had in my mind:
- [Processing element with finite capacity](https://github.com/Applied-Duality/ReactiveRemote/wiki/Examples-of-backpressure#processing-element-…
rkuhn updated
11 years ago
-
The finite element is heavily rooted in Functional theory where the main objects of interest are sets, spaces and functional spaces. I thought it might be a good idea to have some sort of representati…
-
https://www.dealii.org/developer/doxygen/deal.II/group__FE__vs__Mapping__vs__FEValues.html
FEValues:
FEValues' role is to provide a user the values of shape functions, their gradients, etc, at qua…
-
Hi,
I have tried running inference.py on 363 complexes given on testset_csv.csv. But getting failed cases on CPU are 21 complexes (linalg.svd: The algorithm failed to converge because the input matr…
-
Iterators for 0-dimensional matrix spaces should not fail but return the zero element and `nothing` for subsequent calls
```
julia> k = GF(3);
julia> m = matrix_space(k, 0, 1);
julia> for x in m…
-
(Requested by Chris Johnson)
From: Tzanio Kolev tzanio@llnl.gov
Date: June 30, 2016
Subject: MFEM version 3.2
Version 3.2 of MFEM, a lightweight, general, scalable C++ library for
finite element met…