AFEPack | 计算和应用数学文献资源中心 |
[rli@circus /usr/local/include]$ ln -s ../deal.II/base/include/base .
[rli@circus /usr/local/include]$ ln -s ../deal.II/lac/include/lac .
[rli@circus /usr/local/lib]$ ln -s ../deal.II/base/lib/lib* .
[rli@circus /usr/local/lib]$ ln -s ../deal.II/lac/lib/lib* .
[rli@circus /usr/local/include]$ ln -s ../AFEPack/library/include AFEPack您使用 make install 也可以做这件事。
[rli@circus /usr/local/lib]$ ln -s ../AFEPack/library/lib/lib* .
## ChangeLog * Use the boost::iostream::filtering_istream to permit shell script style comments in the text library file in the template data. So for user please put boost to some directory can be found be the compiler! * A bug in renumerateElement is corrected. * Lasy mode is added to adapt the code for really large scale computation. Under such case, we only handle the node basis functions and the element image building is not implemented at all. The user should make the vertices of the element to be stored in correct order. In the class IrregularMesh, a method lazyRegularize is provided to generate a mesh only store the information of elements and nodes. Dirty tricks! * Add the POSIX threads support. The support mainly includes the interface to call a member function or a non-member function by a new thread. Class ThreadManager will take care of the threads. Functions provided by POSIX thread library are still avaible in the thread functions. You should guarantee the code is thread safe yourself. * Add the order-0 Raviart-Thomas element on rectangle and twin-triangle. * in FEMFunction::writeEasyMeshData and FEMFunction::writeOpenDXData, the bug to save incorrect data when the nodes is not sorted is removed. * class DBMesh is revised that the bug in setting boundary marker is removed. * A serious bug removed from Element::buildGeometryImage. * Rename the AMGSolver::init member function as AMGSolver::reinit which is more nature. * Add the support to vector value basis function finite element space. This is a big upgrade of the whole library. A list of files are revised including TemplateElement, FEMSpace, BilinearOperator, etc. There is only one vector value template element in the library currently, which is the order-0 Raviart-Thomas element on triangles. * A bug is removed from file Operator.template.h in function template void Operator::L2Project(FEMFunction & f0, FEMFunction & f1, Method method, int algebric_accuracy); * All examples are revised and a list of simple tools provided in the example directory. * Add an example to solve a viscous Burgers equation using class MovingMesh. * Modified the prototype of some member function of class AMGSolver, AMGOptimizer, AMGPreconditioner. The original ones have some problems in a "const" modifier. * Debug the Makefile problem in directory "template". * Add the mechenism to use Algebraic Multigrid Method as a pre-conditioner of the solvers in deal.II. * Add the optimization mechenism for finite element space. With this mechenism, the efficiency of the numerical integration can be improved if it should be taken for more than one time because it can save the integration information in memory. * Add the class DGFEMSpace to handle Discontinuous Garlerkin Finite Element Space. * Add the class MovingMesh as the derivative class of Mesh which can be used as a general mesh while with a provided monitor, the mesh can move according the monitor. * Since version 1.5, the package is planed to be released. The package now is comparative stable while there must be a lot of bugs still that it at most is an Alpha version. :-)
* 这是为了能够使得我们研究小组的成员能够共享信息,减少重复劳动而开发的
文献资源共享网页。
* 这个网页是使用 PHP + MySql 建立的,我使用了软件WiKindx的源码,然后
进行了汉化和一些扩展使得它适合多用户环境。
* 如果您不是我们研究小组的成员,我们也欢迎您加入这个网页的建设。
* 如果您不参加提供文献资源,您也可以从我们的这个网页上查到您想要的文献。