Difference between revisions of "Customization"

From Medusa: Coordinate Free Mehless Method implementation
Jump to: navigation, search
Line 1: Line 1:
Example of customization.
+
Medusa library support users defining custom basis types, weights, operators and more, as long as they conform to the prescribed interfaces, given in the [http://e6.ijs.si/medusa/docs/html/concepts.html Concepts page].
 +
Here we show this on an example of the biharmonic equation.
  
 +
== Biharmonic equation ==
 +
We solve the problem
 +
 +
$\begin{align}
 +
a=b
 +
\end{align}$
  
 
TODO: JureMB
 
TODO: JureMB

Revision as of 16:01, 19 July 2019

Medusa library support users defining custom basis types, weights, operators and more, as long as they conform to the prescribed interfaces, given in the Concepts page. Here we show this on an example of the biharmonic equation.

Biharmonic equation

We solve the problem

$\begin{align} a=b \end{align}$

TODO: JureMB