Skip to content
#

numerical-computation

Here are 98 public repositories matching this topic...

julia
Nosferican
Nosferican commented Feb 14, 2020

I believe methods should have a bit more of information, consider,

struct A end
methods(A)
struct B{T} end
methods(B)
methods(B{Int})
struct C{T}
    C(x) = new{Int}(0)
end
methods(C)

Basically the way that methods are collected / match isn’t well documented.

slayoo
slayoo commented May 6, 2019

Not sure if this is what we need. To be clear, here is how these things SHOULD work: There should be a CMake option (looks like DOCS) that turns on generation of documentation. If that option is not set, then no docs are generated. If the option IS set, then docs will be generated. If the option is set and the required programs for generating docs do not exist (pdflatex and texi2pdf), then

oomph-lib is an object-oriented, open-source finite-element library for the simulation of multi-physics problems. It is developed and maintained by Matthias Heil and Andrew Hazel of the School of Mathematics at The University of Manchester, along with many other contributors.

  • Updated Dec 26, 2018
  • C++

Improve this page

Add a description, image, and links to the numerical-computation 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-computation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.