From 87fdbf63645091190e7b93571d73b72b9649eeb6 Mon Sep 17 00:00:00 2001
From: cmorales <cristian.morales@bsc.es>
Date: Fri, 25 Mar 2022 15:03:28 +0100
Subject: [PATCH] Removed Alya text from README

---
 README.md | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/README.md b/README.md
index 7ac22c9..3227f7e 100644
--- a/README.md
+++ b/README.md
@@ -310,16 +310,6 @@ _**TODO for all BCOs: move all information below this line either in the Table a
 - [QCD](#qcd)
 - [SPECFEM3D](#specfem3d)
 
-# ALYA <a name="alya"></a>
-
-The Alya System is a Computational Mechanics code capable of solving different physics, each one with its own modelization characteristics, in a coupled way. Among the problems it solves are: convection-diffusion reactions, incompressible flows, compressible flows, turbulence, bi-phasic flows and free surface, excitable media, acoustics, thermal flow, quantum mechanics (DFT) and solid mechanics (large strain). ALYA is written in Fortran 90/95 and parallelized using MPI and OpenMP.
-
-- Web site: https://www.bsc.es/computer-applications/alya-system
-- Code download: https://gitlab.com/bsc-alya/open-alya
-- Build and run instructions: https://repository.prace-ri.eu/git/UEABS/ueabs/-/blob/r2.2-dev/alya/README.md
-- Test Case A: https://gitlab.com/bsc-alya/benchmarks/sphere-16M
-- Test Case B: https://gitlab.com/bsc-alya/benchmarks/sphere-132M
-
 # Code_Saturne <a name="saturne"></a>
 
 Code_Saturne is open-source multi-purpose CFD software, primarily developed by EDF R&D and maintained by them. It relies on the Finite Volume method and a collocated arrangement of unknowns to solve the Navier-Stokes equations, for incompressible or compressible flows, laminar or turbulent flows and non-Newtonian and Newtonian fluids. A highly parallel coupling library (Parallel Locator Exchange - PLE) is also available in the distribution to account for other physics, such as conjugate heat transfer and structure mechanics. For the incompressible solver, the pressure is solved using an integrated Algebraic Multi-Grid algorithm and the scalars are computed by conjugate gradient methods or Gauss-Seidel/Jacobi.
-- 
GitLab