From dc9b728a45a6858aae099c3cd685daba06a1f5a1 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 2 Dec 2020 11:51:48 +0100 Subject: [PATCH] Inserted logo picture in README file --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2febd74..9fff18e 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -SOLVERLAB -====== + +| ![logo](logoSOLVERLAB.png) | +|:--:| +| *SOLVERLAB* | + + SOLVERLAB is a geometrical and numerical C++/Python library designed for numerical analysts who work on the discretisation of partial differential equations on general shapes and meshes and would rather focus on high-level scripting. The goal is to provide simple MATLAB style functions for the generation and manipulation of meshes, fields and matrices. The library originates from [CDMATH](http://cdmath.jimdo.com), a collaborative workgroup with the same name. It is based on the [MEDcoupling](https://docs.salome-platform.org/latest/dev/MEDCoupling/tutorial/index.html) C++/python library of the [SALOME](http://www.salome-platform.org/) project for the handling of meshes and fields, and on the C++ library [PETSC](https://www.mcs.anl.gov/petsc/) for the handling of matrices and linear solvers. SOLVERLAB includes PDE systems -- 2.39.2