Skip to content

diyprettyboy/OpenFVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7be93b1 · May 5, 2023

History

24 Commits
Dec 15, 2022
Dec 15, 2022
May 5, 2023
May 5, 2023
May 5, 2023
Dec 15, 2022
Dec 15, 2022
Dec 30, 2022
Dec 30, 2022

Repository files navigation

/***************************************************************************
 *   Copyright (C) 2004-2006 by OpenFVM team                               *
 *   http://sourceforge.net/projects/openfvm/                              *
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 *   This program is distributed in the hope that it will be useful,       *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 *   GNU General Public License for more details.                          *
 *                                                                         *
 *   You should have received a copy of the GNU General Public License     *
 *   along with this program; if not, write to the                         *
 *   Free Software Foundation, Inc.,                                       *
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
***************************************************************************/

To build the program from the source code:

- Under Linux (serial version)

1. "cd serial"
2. "make"

- Under Linux (parallel version)

1. "cd parallel" 
2. "make all"

- Under Windows (serial version)

1. Open OpenFVM.dsw in VC++
2. Click on menu "Build" -> "Build OpenFVM.exe" or press key "F7"


IMPORTANT: Use GMSH version 1.65 or mesh format version 1.0.

/****************************************************************************
Now I copied the original OpenFVM code, it's version v0.2/v1.0. I mainly use it to learn the basic FVM program method and learn the use of laspack and petsc solving libraries.
****************************************************************************/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages