Multiscale finite element calculations in Python using SfePy. Cimrman, R., Lukeš, V., & Rohan, E. arXiv:1810.00674 [cs], October, 2018. arXiv: 1810.00674
Multiscale finite element calculations in Python using SfePy [link]Paper  abstract   bibtex   
SfePy (Simple finite elements in Python) is a software for solving various kinds of problems described by partial differential equations in one, two or three spatial dimensions by the finite element method. Its source code is mostly (85\%) Python and relies on fast vectorized operations provided by the NumPy package. For a particular problem two interfaces can be used: a declarative application programming interface (API), where problem description/definition files (Python modules) are used to define a calculation, and an imperative API, that can be used for interactive commands, or in scripts and libraries. After outlining the SfePy package development, the paper introduces its implementation, structure and general features. The components for defining a partial differential equation are described using an example of a simple heat conduction problem. Specifically, the declarative API of SfePy is presented in the example. To illustrate one of SfePy's main assets, the framework for implementing complex multiscale models based on the theory of homogenization, an example of a two-scale piezoelastic model is presented, showing both the mathematical description of the problem and the corresponding code.
@article{cimrman_multiscale_2018,
	title = {Multiscale finite element calculations in {Python} using {SfePy}},
	url = {http://arxiv.org/abs/1810.00674},
	abstract = {SfePy (Simple finite elements in Python) is a software for solving various kinds of problems described by partial differential equations in one, two or three spatial dimensions by the finite element method. Its source code is mostly (85{\textbackslash}\%) Python and relies on fast vectorized operations provided by the NumPy package. For a particular problem two interfaces can be used: a declarative application programming interface (API), where problem description/definition files (Python modules) are used to define a calculation, and an imperative API, that can be used for interactive commands, or in scripts and libraries. After outlining the SfePy package development, the paper introduces its implementation, structure and general features. The components for defining a partial differential equation are described using an example of a simple heat conduction problem. Specifically, the declarative API of SfePy is presented in the example. To illustrate one of SfePy's main assets, the framework for implementing complex multiscale models based on the theory of homogenization, an example of a two-scale piezoelastic model is presented, showing both the mathematical description of the problem and the corresponding code.},
	urldate = {2018-10-08},
	journal = {arXiv:1810.00674 [cs]},
	author = {Cimrman, Robert and Lukeš, Vladimír and Rohan, Eduard},
	month = oct,
	year = {2018},
	note = {arXiv: 1810.00674},
	keywords = {35Qxx, 65N30, 65M60, 65Y05, 74S05, Computer Science - Mathematical Software, finite element method, uses sympy},
}

Downloads: 0