Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

norm of the burgers vector #371

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/TensorAnalysis/GND_demo.m
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
% size of the unit cell
a = norm(ebsd.CS.aAxis);

% in bcc and fcc the norm of the burgers vector is sqrt(3)/2 * a
% in bcc the norm of the burgers vector is sqrt(3)/2 * a, and in fcc it is a/sqrt(2)
[norm(dS(1).b), norm(dS(end).b), sqrt(3)/2 * a]


Expand Down Expand Up @@ -306,4 +306,4 @@

%%

plotx2east
plotx2east