-
Updated
Oct 27, 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 204 public repositories matching this topic...
-
Updated
Oct 31, 2021 - C++
-
Updated
Oct 31, 2021 - C++
-
Updated
Oct 29, 2021 - Fortran
-
Updated
Oct 31, 2021 - C
-
Updated
Oct 31, 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
Oct 31, 2021 - C++
-
Updated
Oct 26, 2021 - C++
-
Updated
Oct 29, 2021 - C++
-
Updated
Oct 26, 2021 - C++
-
Updated
Oct 27, 2021 - C++
-
Updated
Oct 28, 2021 - C++
-
Updated
Sep 14, 2020 - Python
-
Updated
Oct 31, 2021 - C++
-
Updated
Oct 22, 2021 - Python
-
Updated
Oct 21, 2021 - Julia
-
Updated
Oct 22, 2021 - C++
-
Updated
Oct 28, 2021 - C++
-
Updated
Oct 15, 2021 - C++
-
Updated
Oct 29, 2021 - Julia
-
Updated
Sep 22, 2021 - Julia
-
Updated
Oct 31, 2021 - C++
-
Updated
Oct 12, 2021 - C#
-
Updated
Oct 27, 2021 - JavaScript
-
Updated
Oct 22, 2021 - C
-
Updated
Oct 30, 2021 - 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
-
Updated
Oct 29, 2021 - C++
- Wikipedia
- Wikipedia
Reason
@aprilnovak reported that she would like the option to force the printing of any
TIMED_SECTION. This makes complete sense in the case where you always want to report to the user that something is complete.Design
Add another option (or another macro) to add this option to
TIMED_PRINTImpact
None - new capability