Skip to content

Releases: RangamaniLabUCSD/smart

v2.3.1.alpha.1

06 Aug 07:20

Choose a tag to compare

v2.3.1.alpha.1 Pre-release
Pre-release

Fixes to multicell meshing function, temporary solver fix for returning nan.

v2.3.0.alpha

06 Aug 03:23

Choose a tag to compare

v2.3.0.alpha Pre-release
Pre-release

Updates to multicellular meshing function and introduction of advective transport and associated tests.

v2.3.0.beta.1

14 Jul 17:34

Choose a tag to compare

v2.3.0.beta.1 Pre-release
Pre-release

Introduce new meshing function create_multicell to generate a multicellular mesh with two different types of cells embedded in a larger cube, including both extracellular and intracellular environments. New example 7 demonstrates its use.

Full Changelog: v2.3.0.beta...v2.3.0.beta.1

v2.3.0.beta

14 Jul 17:30

Choose a tag to compare

v2.3.0.beta Pre-release
Pre-release

Introduce new meshing function create_multicell to generate a multicellular mesh with two different types of cells embedded in a larger cube, including both extracellular and intracellular environments. New example 7 demonstrates its use.

Full Changelog: v2.3.0-alpha.1...v2.3.0.beta

v2.3.0-alpha.1

25 Jun 00:46

Choose a tag to compare

v2.3.0-alpha.1 Pre-release
Pre-release

Bump version number from alpha version, minor edits to example 5 with SOCE.

v2.3.0-alpha

24 Jun 05:35

Choose a tag to compare

v2.3.0-alpha Pre-release
Pre-release

Testing new mesh features and SOCE-relevant example. This involves defining parameters that can be assigned custom values in different regions of the mesh, as illustrated in example5_withSOCE.ipynb.

Full Changelog: v2.2.3...v2.3.0-alpha

v2.2.3

13 Nov 22:07
bfe30d1

Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

05 Jun 06:30
af35026

Choose a tag to compare

What's Changed

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

v2.2.1

23 May 22:21
a21b901

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

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