Difference between revisions of "Medusa"

From Medusa: Coordinate Free Mehless Method implementation
Jump to: navigation, search
Line 10: Line 10:
 
$asdf$ \(asdf\)
 
$asdf$ \(asdf\)
  
 +
Dollars dont work (yet)
 
$a$
 
$a$
 +
 +
 +
\begin{align}
 +
a &= b \\
 +
aa &= bb
 +
\end{align}
 +
 +
\begin{equation}
 +
numbered \oplus
 +
\end{equation}
 +
 +
\[ non numbered \int_x^y dx \]
 +
 
--
 
--
 
<math>\nabla</math>
 
<math>\nabla</math>

Revision as of 21:06, 18 October 2016

Library for solving PDEse


In Parallel and Distributed Systems Laboratory we are working on a C++ library that is first and foremost focused on tools for solving Partial Differential Equations. The basic idea is to create generic codes for tools that are needed for solving not only PDEs but many other problems, e.g. Moving Least Squares approximation, kD-tree, domain generation engines, etc. Details about code, examples, and applications from various fields can be found on our documentation page.

Equations

Test page -- test \( \nabla^2 u = \frac{\partial u}{\partial t} \)

$asdf$ \(asdf\)

Dollars dont work (yet) $a$


\begin{align} a &= b \\ aa &= bb \end{align}

\begin{equation} numbered \oplus \end{equation}

\[ non numbered \int_x^y dx \]

-- \(\nabla\)

Heading xx

Consult the User's Guide for information on using the wiki software.

900 px

Getting started