/DGFEMC

Didactic Generalized Finite Element Method Code

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

DGFEMC - A Didactic Generalized Finite Element Method Code

Copyright (C) 2016 Dorival Piedade Neto & Sergio Persival Baroncini Proença

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 version 3 (GNU GPL 3.0).

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, see http://www.gnu.org/licenses/.


DGFEMC was created by Dorival Piedade Neto & Sergio Persival Baroncini Proença to present to graduate students a possible OOP design for a GFEM code, using 1D structural models.

DGFEMC was developed based on FEM, which is a simple 1D Finite Element Method code. The aim is to show how to change a FEM code to insert GFEM features in the code.

Programming Language: Python (2.7)

Dependence libraries: NumPy and matplotlib

Usage:

The sources are available at the folder src/FEM and src/GFEM. To run the examples just type in the command prompt:

   python example_file.py