Skip to content
#

numerical-calculations

Here are 90 public repositories matching this topic...

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

PawelTroka
PawelTroka commented May 3, 2017

For starters simple wiki with tutorials here on github should be more than enough. We should have here TSL examples in depth explanations and we should have ordinary help with screenshots explaining how to accomplish something.

In the aplication itself we could then just include help/tutorials button which would point here, to this new wiki.

tutorials and help https://github.com/PawelTroka/C

GregorySchwartz
GregorySchwartz commented May 4, 2020

(#~#^) should be A B^T and vice versa for (#~^#). The documentation and function is above anb below the wrong type signature in each one respectively. Solution is to swap type signatures.

Wrong:

-- | Sparsifying A^T B
(#~#^) :: (MatrixRing (SpMatrix a), Epsilon a) =>
     SpMatrix a -> SpMatrix a -> SpMatrix a
a #~^# b = transpose a #~# b


-- | Sparsifying A B^T
(#~^#) :: (M
tmcclintock
tmcclintock commented Jul 25, 2019

The docs are currently hosted on readthedocs here. However, this is non-ideal because one needs to do some magic in a conf.py file to do magic imports of the toolkit before reading the docstrings. A better solution is to take advantage of the fact that github hosts docs now.

We can now host the docs on clutser_toolkit.githhub.io (or somethi

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-calculations 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-calculations topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.