Skip to content

Releases: RangamaniLabUCSD/smart

v2.2.2

05 Jun 06:30
af35026
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

23 May 22:21
a21b901
Compare
Choose a tag to compare

New release for SMART scientific computing manuscript. See 2.2.0 for updates from version 2.1

v2.2.0

23 May 21:37
8096331
Compare
Choose a tag to compare

Major changes

  • SMART is now compatible with recent changes to MeshView in FEniCS. All cases of dolfin.MeshView.create() are now dolfin.create_meshview() and cases of dolfin.assemble() are dolfin.assemble_mixed()
  • Axisymmetric feature by @emmetfrancis in #146 - allows user to define an axisymmetric 3D problem over a 2D mesh.
  • Add dolfin timers by @finsberg in #151
  • Compute curvature on mesh boundary and use in model specifications by @emmetfrancis in #152 - allows user to compute curvature over a mesh and use in reaction terms or initial condition for species.
  • Load curvature from file by @finsberg in #154 - allows user to load curvature (computed in GAMer2) and use in reaction terms or initial condition for species.
  • Restrict species and/or reactions to subdomains by @emmetfrancis in #164 - restrict initial condition or reaction to an annotated subregion within a compartment.
  • Fix formatting of Latex tables by @emmetfrancis in #162
  • Spatial parameters @emmetfrancis in #160 - SMART parameters can now be functions of both space and time.

Other changes

v2.1.7

18 Oct 21:34
1065773
Compare
Choose a tag to compare

Spatial Modeling Algorithms for Reactions and Transport (SMART) is a finite-element-based simulation package for model specification and numerical simulation of spatially-varying reaction-transport processes, especially tailored to modeling such systems within biological cells. SMART is based on the FEniCS finite element library, provides a symbolic representation framework for specifying reaction pathways, and supports large and irregular cell geometries in 2D and 3D.

This is the latest release of SMART for publication to the Journal of Open Source Software.

v2.1.6

18 Oct 18:09
33863f4
Compare
Choose a tag to compare

Spatial Modeling Algorithms for Reactions and Transport (SMART) is a finite-element-based simulation package for model specification and numerical simulation of spatially-varying reaction-transport processes, especially tailored to modeling such systems within biological cells. SMART is based on the FEniCS finite element library, provides a symbolic representation framework for specifying reaction pathways, and supports large and irregular cell geometries in 2D and 3D.

This is the latest release of SMART for publication to the Journal of Open Source Software.

v2.1.5

18 Oct 18:03
fa31a50
Compare
Choose a tag to compare

Spatial Modeling Algorithms for Reactions and Transport (SMART) is a finite-element-based simulation package for model specification and numerical simulation of spatially-varying reaction-transport processes, especially tailored to modeling such systems within biological cells. SMART is based on the FEniCS finite element library, provides a symbolic representation framework for specifying reaction pathways, and supports large and irregular cell geometries in 2D and 3D.

This is the latest release of SMART for publication to the Journal of Open Source Software.

v2.1.4

18 Sep 17:35
a7d5a1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

07 Jul 20:19
7a87dfb
Compare
Choose a tag to compare

What's Changed

  • Add "getting started" doc and add some clarifying details to examples by @emmetfrancis in #124
  • Add coverage to GitHub summary and upload html report to artifact by @finsberg in #129
  • Add 3D version of Example 2 by @emmetfrancis in #125

Full Changelog: v2.1.2...v2.1.3

v.2.1.2

29 Jun 08:57
Compare
Choose a tag to compare

What's Changed

  • Add pyvista and jupyterlab to docker image
  • Update documentation

Full Changelog: v2.1.1...v2.1.2

v2.1.1

09 Jun 15:14
c1b94fd
Compare
Choose a tag to compare

What's Changed

  • Minor edits to examples
  • Change description of SMART in pyproject.toml

Full Changelog: v2.1.0...v2.1.1