Giter Club home page Giter Club logo

getfem-doc / getfem Goto Github PK

View Code? Open in Web Editor NEW
38.0 4.0 14.0 69.07 MB

Mirror of GetFEM repository

Home Page: https://getfem.org/

License: Other

Makefile 1.15% Shell 0.23% Python 4.52% Perl 1.36% M4 1.12% C++ 72.33% MATLAB 5.95% GLSL 0.02% C 7.25% RPC 0.01% Scilab 3.66% CSS 0.03% TeX 1.89% Inno Setup 0.12% Roff 0.02% Raku 0.09% CMake 0.24%
finite-element-methods python scilab matlab vtk gmsh hacktoberfest hacktoberfest2020 science scientific-computing

getfem's Introduction

#  Copyright (C) 1999-2020 Yves Renard
#
#  This file is a part of GetFEM
#
#  GetFEM  is  free software;  you  can  redistribute  it  and/or modify it
#  under  the  terms  of the  GNU  Lesser General Public License as published
#  by  the  Free Software Foundation;  either  version 3  of the License,  or
#  (at your option) any later version along with the GCC Runtime Library
#  Exception either version 3.1 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 Lesser General Public
#  License and GCC Runtime Library Exception for more details.
#  You  should  have received a copy of the GNU Lesser General Public License
#  along  with  this program;  if not, write to the Free Software Foundation,
#  Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.

Please read INSTALL and see the site https://getfem.org/



IMAGES and documentation :

#  Permission is granted to copy, distribute and/or modify all
#  documentations and images included in GetFEM package
#  under the terms of the GNU Free Documentation License, Version 1.3
#  or any later version published by the Free Software Foundation;
#  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
#  A copy of the license is included in top directory.

getfem's People

Contributors

andrico1 avatar carreau avatar grmblbl avatar khalil-mansouri avatar khenous avatar logari81 avatar lsaavedr avatar mwindhoff avatar putanowr avatar rmlika avatar tkoyama010 avatar tuncb avatar ycollet avatar yvesrenard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

getfem's Issues

3d XFEM crack example files

Hi, i am trying to use getfem++ for some 3D crack analysis. do you know where can i find simiilar example files?

There are some screenshots on the website, but it seems no 3D crack example files can be found.

test failed due to cannot import name 'rand' from 'scipy'

Hi,

From Debian build log, we got:

...
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/interface/tests/python/./check_levelset.py", line 30, in <module>
>     from scipy import rand
> ImportError: cannot import name 'rand' from 'scipy' (/usr/lib/python3/dist-packages/scipy/__init__.py)
> FAIL check_levelset.py (exit status: 1)

I have proposed one patch to fix the issue:

--- a/interface/tests/python/check_levelset.py
+++ b/interface/tests/python/check_levelset.py
@@ -27,7 +27,6 @@
   $Id$
 """
 import numpy as np
-from scipy import rand

 import getfem as gf

@@ -76,7 +75,7 @@

 if True:
   sl = gf.Slice(('none',), mls, 2);
-  U = rand(1,nbd);
+  U = np.random.rand(1,nbd);
   sl.export_to_pos('slU.pos',mfls,U,'U')
   mfls.export_to_pos('U.pos',U,'U')
   cm.export_to_pos('cm.pos')

Please help to review it.

TIA.

BR,
Bo

[MSVC] error not found gf_undelete

v5.3 libgetfemint.vcxproj
....\interface\src\gf_undelete.cc

v4.3 found gf_undelete ?

pls update proj msvc

delete in proj str libgetfemint.vcxproj
....\interface\src\gf_undelete.cc

error

e:\tools\vcpkg\buildtrees\getfem\x64-windows-rel\80b20d7c43-beee2414f8\src\getfem_contact_and_friction_nodal.cc(183): error C2039: 'delaunay': is not a member of 'getfem' [E:\tools\vcpkg\buildtrees\getfem\x64-windows-rel\80b20d7c43-beee2414f8\msvc\libgetfem\libgetfem.vcxproj]
  e:\tools\vcpkg\buildtrees\getfem\x64-windows-rel\80b20d7c43-beee2414f8\src\getfem_contact_and_friction_nodal.cc(31): note: see declaration of 'getfem'
e:\tools\vcpkg\buildtrees\getfem\x64-windows-rel\80b20d7c43-beee2414f8\src\getfem_contact_and_friction_nodal.cc(183): error C3861: 'delaunay': identifier not found [E:\tools\vcpkg\buildtrees\getfem\x64-windows-rel\80b20d7c43-beee2414f8\msvc\libgetfem\libgetfem.vcxproj]

c1xx : fatal error C1083: Cannot open source file: '....\src\getfem_generic_assembly.cc': No such file or directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.