{"id":17360818,"url":"https://github.com/certik/hermes2d","last_synced_at":"2025-04-15T00:48:17.244Z","repository":{"id":571253,"uuid":"202925","full_name":"certik/hermes2d","owner":"certik","description":null,"archived":false,"fork":false,"pushed_at":"2012-02-09T20:03:56.000Z","size":22022,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T00:47:58.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"miguel-branco/goconfig","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/certik.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-05-17T02:07:22.000Z","updated_at":"2020-02-16T06:46:29.000Z","dependencies_parsed_at":"2022-07-08T02:00:43.717Z","dependency_job_id":null,"html_url":"https://github.com/certik/hermes2d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fhermes2d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fhermes2d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fhermes2d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fhermes2d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/certik","download_url":"https://codeload.github.com/certik/hermes2d/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986278,"owners_count":21194025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T19:28:29.712Z","updated_at":"2025-04-15T00:48:17.227Z","avatar_url":"https://github.com/certik.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Welcome to Hermes2D!\n====================\n\nHermes2D is a C++ library for rapid prototyping of space- and \nspace-time adaptive hp-FEM solvers. Novel PDE-independent \nhp-adaptivity algorithms allow you to solve a large variety \nof PDE problems ranging from stationary linear equations to \ncomplex time-dependent nonlinear multiphysics PDE systems \n(see videos). The library is developed in collaboration with \nCSE experts, it follows newest trends in software engineering, \nand it comes with a free interactive online lab powered by UNR \ncomputing facilities. Detailed tutorial  enhanced with many \nbenchmarks  and examples allow you to use Hermes2D without \nbeing expert in object-oriented programming, finite element \nmethods, or in the theory of partial differential equations. \nPlus, there is a very active user community  where you will \nget help quickly. \n\n\nLicense\n=======\n\nHermes2D is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public \nLicense along with Hermes2D; If not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, \nMA  02110-1301, USA.\n\n\nCopyright\n=========\n\nCopyright (c) 2009 hp-FEM group at the University of Nevada, \nReno (UNR). Email: hpfem@unr.edu, home page: http://hpfem.org/.\n\n\nDownload and Installation\n=========================\n\nInstallation instructions for Linux, Mac OS X, Windows Cygwin,\nand Windows MSVC can be found in the Sphinx documentation \nat http://hpfem.org/hermes2d/doc/index.html. \n\n\nDocumentation\n=============\n\nGenerating and Viewing User Documentation Offline (Linux)\n---------------------------------------------------------\n\nSource files of the (Sphinx) user documentation are in the\ndirectory doc/. In order to compile the user documentation, \nyou need to install Sphinx. Then follow these steps:\n\ncd doc\nmake html\nfirefox _build/html \n\nGenerating and Viewing User Documentation Offline (Windows+MSVC)\n----------------------------------------------------------------\n\nThis is a sequence of steps which will install Sphinx and which\nwill allow to generate user documentation. The steps assume that you\nhave already installed Microsoft Visual Studio 9 (MSVC) Express\nEdition (or any higher edition) and you have a copy of Hermes2D sources.\n\nAll commands, which are marked with a keyword 'prompt:', are executed\nin a command prompt opened in the step 3. Search for all mentioned\napplication through Google since, usually, the first link is the right\none.\n\n1) Download and install python 2.6\n2) Add paths 'my_python_path\\' and 'my_python_path\\Scripts' to\n   the enviromental variable PATH.\n3) Open a command prompt with MSVC variables:\n   Search for 'Visual Studio 2008 Command Prompt' in the start menu.\n4) Download and install setuptools 0.6c11\n5) Install Sphinx using setuptools (Internet access required)\n   prompt: easy_install -U Sphinx\n6) Go to a folder doc folder of Hermes2D source tree\n   prompt: cd my_hermes2d\\doc\n7) Run NMAKE requesting HTML version\n   prompt: nmake html\n8) View the documentation using a file\n   'my_hermes2d\\doc\\_build\\index.html'\n\nGenerating and Viewing Developer Documentation Offline (Linux)\n--------------------------------------------------------------\n\nSource files of the (Doxygen) developer documentation are\nin the directory doc.cpp/. In order to build them you need\nto install Doxygen. Then do:\n\ncd doc.cpp/\ndoxygen hermes2d.lib-real.doxyfile\ndoxygen hermes2d.lib-cplx.doxyfile\n\nThis will generate documentation for the real and complex\nversion of the library, respectively. To view the docs, \ntype\n\nfirefox h2d-real/html/index.html\nfirefox h2d-cplx/html/index.html\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcertik%2Fhermes2d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcertik%2Fhermes2d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcertik%2Fhermes2d/lists"}