什么是交易II? deal.II是一个C ++程序库,旨在使用自适应有限元解决偏微分方程的计算问题。 它使用最先进的编程技术,为您提供所需的复杂数据结构和算法的现代化接口。 对于急躁的人: 假设您已经将.tar.gz文件解压缩到目录/ path / to / dealii / sources中。 然后使用以下命令配置,编译和安装deal.II库: $ mkdir build $ cd build $ cmake -DCMAKE_INSTALL_PREFIX=/path/where/dealii/should/be/installed/to /path/to/dealii/sources $ make install (alternatively $ make -j install) $ make test 要从存储库进行构建,请首先执行以下命令: $ git clone
2023-02-13 00:04:57 30.46MB c-plus-plus finite-elements C++
1
Representation Theory of Finite Groups
2022-12-29 09:30:08 721KB 群表示
1
Spectral Finite Element (SFE) 源代码, wave propagation
2022-12-08 16:46:20 83KB Spectral Finite Element SFE
1
Introduction to Finite and Spectral Element Methods Using MATLAB®Second Edition This book contains information obtained from authentic and highly regarded sources. Reasonable efforts have been made to publish reliable data and information, but the author and publisher cannot assume responsibility for the validity of all materials or the consequences of their use. The authors and publishers have attempted to trace the copyright holders of all material reproduced in this publication and apologize to copyright holders if permission to publish in this form has not been obtained. If any copyright material has not been acknowledged please write and let us know so we may rectify in any future reprint.
2022-12-08 16:19:17 1.82MB Matlab 有限元 谱元法 微分方程数值解法
1
通过fortran编写abaqus子程序计算锂电池力化耦合问题,可以对进行锂电池模拟方面的同学进行帮助提高
2022-11-29 22:51:35 1.98MB abaqus fortran
1
Review This book addresses some of the current important issues, both positive and negative, related to MFree methods, which should prove beneficial to researchers, engineers, and students who are interested in venturing into this area of research. This book provides systematic steps that lead the reader to understand mesh free methods; how they work; how to use and develop a mesh free method, as well as … the problems associated with element free methods. … This is the first book published that comprehensively covers MFree methods.
2022-11-23 10:58:09 5.38MB meshfree 无网格法
1
Devito:基于符号规范的快速模板计算 是一个Python软件包,用于根据高级符号问题定义实施优化的模具计算(例如,有限差分,图像处理,机器学习)。 Devito建立在基础上,并采用自动代码生成和即时编译功能,以在包括CPU,GPU及其集群在内的多个计算机平台上执行优化的计算内核。 交互式Jupyter笔记本 关于德维托 Devito提供了一种功能语言,用于实现复杂的运算符,该运算符可以由多个模板计算,边界条件,稀疏运算(例如插值)等组成。 典型的用例是用于逼近偏微分方程的显式有限差分方法。 例如,可以使用Devito来实现2D扩散算子,如下所示 >> > grid = Grid ( shape = ( 10 , 10 )) >> > f = TimeFunction ( name = 'f' , grid = grid , space_order = 2 ) >> > eqn =
2022-10-27 19:52:48 13.81MB performance jit compilers finite-difference
1
Numerical Methods for Partial Differential Equations Finite Difference and Finite Volume Methods
2022-09-21 10:23:35 27.9MB finite ansys simulation
1
finite difference explicit method
2022-09-15 13:01:18 1MB character7v5 finite_difference