Difference between revisions of "Customization"
From Medusa: Coordinate Free Mehless Method implementation
Line 1: | Line 1: | ||
− | + | 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 15: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