Skip to content

原子に対して、Thomas-Fermi方程式を有限要素法で解くコード

License

Notifications You must be signed in to change notification settings

dc1394/thomasfermi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

================================================================================ 【 ソフト名 】thomasfermi 【 作成者 】@dc1394

★これは何?  原子に対して、Thomas-Fermi方程式を有限要素法(Finite Element Method、FEM)で、  数値的に解くプログラムです。  ビルドには、以下のライブラリが必要です。  ・Boost C++ Libraries  ・Eigen  ・GNU Scientific Library

★更新履歴  2015/04/28 ver.0.1 コードを全面的に書き直して公開。  2015/10/14 ver.0.11 細かい修正を施した。  2019/04/26 ver.0.12 ライセンス改訂。

★ライセンス  このソフトはフリーソフトウェアです。ライセンスはGNU General Public License  v3.0)です。

 thomasfermi  Copyright (C) 2015-2019 @dc1394

thomasfermiにはBoostコミュニティによるBoost C++ Librariesを使用しています。 こちらのライセンスは Boostライセンス になります。

/* Boost Software License - Version 1.0 - August 17th, 2003 *

  • Permission is hereby granted, free of charge, to any person or organization

  • obtaining a copy of the software and accompanying documentation covered by

  • this license (the "Software") to use, reproduce, display, distribute,

  • execute, and transmit the Software, and to prepare derivative works of the

  • Software, and to permit third-parties to whom the Software is furnished to

  • do so, all subject to the following:

  • The copyright notices in the Software and this entire statement, including

  • the above license grant, this restriction and the following disclaimer,

  • must be included in all copies of the Software, in whole or in part, and

  • all derivative works of the Software, unless such copies or derivative

  • works are solely in the form of machine-executable object code generated by

  • a source language processor.

  • THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

  • IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

  • FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT

  • SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE

  • FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,

  • ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER

  • DEALINGS IN THE SOFTWARE. */

 thomasfermiにはALGLIB ProjectによるALGLIB®を使用しています。こちらのライセンス  はGPL 2+になります。

 thomasfermiにはEigen projectによるEigenを使用しています。こちらのライセンスは  MPL2になります。

thomasfermiにはGNU ProjectによるGNU Scientific Libraryを使用しています。こち  らのライセンスは GNU General Public License になります。

About

原子に対して、Thomas-Fermi方程式を有限要素法で解くコード

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published