Difference between revisions of "Medusa"

From Medusa: Coordinate Free Mehless Method implementation
Jump to: navigation, search
(Drag&Drop tests)
Line 1: Line 1:
 
<strong>Library for solving PDEse</strong>
 
<strong>Library for solving PDEse</strong>
  
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.
+
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 by meshless methods. 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. Technical details about code, examples, and can be found on our documentation page  
 +
'''http://www-e6.ijs.si/ParallelAndDistributedSystems/MeshlessMachine/technical_docs/html/'''.
 +
and the code
 +
'''https://gitlab.com/e62Lab/e62numcodes'''
  
== Drag&Drop tests ==
+
This wiki site is meant for more relaxed discussions about ideas, applications, preliminary analyses, etc.
[[File:time_GPU.png|400px]]
 
  
multi upload
 
  
gallery
+
== APPLICATIONS ==
<gallery>
 
File:SP_MultiCPU1.png
 
File:SP_MultiCPU2.png
 
</gallery>
 
  
link
+
== PRELIMINARY ANALYSES ==
[[:File:SP_MultiCPU1.png]]
 
picture
 
[[File:SP_MultiCPU2.png|400px]]
 
 
 
== 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{align*}
 
a &= b \\
 
aa &= bb \\
 
nonumbered &= aligned ok
 
\end{align*}
 
 
 
 
 
\begin{equation}
 
numbered \oplus
 
\end{equation}
 
 
 
\[ non numbered \int_x^y dx \]
 
 
 
--
 
<math>\nabla</math>
 
 
 
==Heading xx==
 
 
 
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
 
 
 
[[File:Basis sigma maxu.png|900 px]]
 
 
 
== Getting started ==
 
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
 
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
 
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
 
* [//www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
 
* [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
 

Revision as of 13:39, 20 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 by meshless methods. 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. Technical details about code, examples, and can be found on our documentation page http://www-e6.ijs.si/ParallelAndDistributedSystems/MeshlessMachine/technical_docs/html/. and the code https://gitlab.com/e62Lab/e62numcodes

This wiki site is meant for more relaxed discussions about ideas, applications, preliminary analyses, etc.


APPLICATIONS

PRELIMINARY ANALYSES