Skip to content
#

numerical-methods

Here are 1,064 public repositories matching this topic...

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

probnum
JonathanWenger
JonathanWenger commented Nov 23, 2020

Currently when running sphinx-build no module index file at https://probnum.readthedocs.io/en/latest/py-modindex.html is generated. This has partly to do with the fact how we customize the documentation structure. In particular this is not an error with the ReadTheDocs build, but also does not work locally.

See also: https://samnicholls.net/2016/06/15/how-to-sphinx-readthedocs/

Improve this page

Add a description, image, and links to the numerical-methods topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the numerical-methods topic, visit your repo's landing page and select "manage topics."

Learn more