-
Updated
Jun 11, 2021 - Python
finite-elements
The finite element method (FEM) is a numerical method for solving problems of engineering and mathematical physics. Typical problem areas of interest include structural analysis, heat transfer, fluid flow, mass transport, and electromagnetic potential.
Here are 197 public repositories matching this topic...
-
Updated
Jun 11, 2021 - C++
-
Updated
Jun 11, 2021 - C++
-
Updated
Jun 11, 2021 - Fortran
-
Updated
Jun 11, 2021 - C++
-
Updated
Jun 6, 2021 - C++
-
Updated
Jun 11, 2021 - C++
A point load can be mathematically represented as a distribution, e.g., a Dirac delta. It breaks the Gridap flow, since one cannot use Gauss quadratures and numerical integration (what we usually do in FEM) to compute the integral of f*v in that case.
I don't want to consider hacks, e.g., touch the vector entry in a particular node in which you want to put the force (assuming the force is on
-
Updated
Jun 8, 2021 - C++
-
Updated
Jun 11, 2021 - C++
-
Updated
Jun 11, 2021 - C++
-
Updated
Jun 11, 2021 - C++
-
Updated
Jun 11, 2021 - C++
-
Updated
Sep 14, 2020 - Python
-
Updated
Jun 11, 2021 - Python
-
Updated
Jun 10, 2021 - C++
-
Updated
Jun 11, 2021 - C++
-
Updated
Jun 2, 2021 - Python
-
Updated
May 20, 2021 - C++
-
Updated
Jun 11, 2021 - C++
-
Updated
May 2, 2021 - Julia
-
Updated
May 21, 2021 - Julia
-
Updated
Apr 16, 2021 - C#
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
Jun 10, 2021 - C++
-
Updated
May 4, 2021 - C++
-
Updated
Apr 23, 2021 - C
-
Updated
Sep 17, 2020 - C++
PSyclone supports the two command line options --profile invokes and --profile kernels. I think it would be useful if these options would be replaced with generic ones that would automatically apply any PSydata-related transformations, e.g.:
--instrument profile=kernel
--instrument read-only=invokes
etc. So the existing options for profiling would be renamed
- Wikipedia
- Wikipedia
Bug Description
For classes such as GenericConstantMaterial that use templating to create non-AD and AD versions, the corresponding documentation pages do not contain a list of input files that use the class even though '!syntax inputs ...' appears in the .md file.
Steps to Reproduce
See https://mooseframework.inl.gov/source/materials/GenericConstantMaterial.html as an example.
Im