NEML2 1.4.0
Loading...
Searching...
No Matches
[Data]

Note
Clicking on the option with a triangle bullet ▸ next to it will expand/collapse its detailed information.
Type name written in PascalCase typically refer to a NEML2 object type, oftentimes a primitive tensor type.
The 🔗 symbol denotes that the option can cross-reference another object.
You can always use Ctrl+F or Cmd+F to search the entire page.

Available objects and their input file syntax

Refer to System Documentation for detailed explanation about this system.

CrystalGeometry

A Data object storing basic crystallographic information for a given crystal system.

crystal_class The set of symmetry operations defining the crystal class.

  • Type: R2 🔗
lattice_vectors The three lattice vectors defining the crystal translational symmetry

  • Type: Vec 🔗
slip_directions A list of Miller indices defining the slip directions

  • Type: MillerIndex 🔗
slip_planes A list of Miller indices defining the slip planes

  • Type: MillerIndex 🔗

Detailed documentation link

CubicCrystal

A specialization of the general CrystalGeometry class defining a cubic crystal system.

lattice_parameter The lattice parameter

  • Type: Scalar 🔗
slip_directions A list of Miller indices defining the slip directions

  • Type: MillerIndex 🔗
slip_planes A list of Miller indices defining the slip planes

  • Type: MillerIndex 🔗

Detailed documentation link