comsol_mesh.m

From Spinach Documentation Wiki
Jump to: navigation, search

Imports ASCII 2D mesh files produced by COMSOL.

Syntax

    spin_system=comsol_mesh(spin_system,file_name)

Arguments

   spin_system  - Spinach spin system object

   file_name    - a character string

Outputs

The following fields are added to spin_system object

      mesh.x, mesh.y      - column vectors with vertex
                            coordinates

      mesh.idx.edges      - two-column array of integers
                            containing edge index

      mesh.idx.triangles  - three-column array of integers
                            containing triangle index

      mesh.idx.rectangles - four-column array of integers
                            containing rectangle index

See also

Microfluidic mesh import and plotting


Version 2.8, authors: Anupama Acharya, Ilya Kuprov