The Wayback Machine - https://web.archive.org/web/20220406101324/https://github.com/topics/finite-elements
Skip to content
#

finite-elements

finite-element-method logo

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 219 public repositories matching this topic...

friedmud
friedmud commented Jan 25, 2022

Reason

There is no reason to call the "higher level" app the "master"... better terminology is the "parent" app. We should change everything in the MultiApp system that mentions "master" including the documentation.

Design

See above.

Impact

May modify some documentation - but shouldn't do much more than that.

C: Framework T: task Good first issue
santiagobadia
santiagobadia commented Aug 12, 2020

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

help wanted good first issue new functionality
Wikipedia
Wikipedia