Skip to content

Commit 8ae4560

Browse files
mvanzullijorgepz
andauthored
Update src/mesh/elem2NodalLoads.m
Co-authored-by: Jorge Pérez Zerpa <42485529+jorgepz@users.noreply.github.com>
1 parent a440f26 commit 8ae4560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mesh/elem2NodalLoads.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
dofsaux = nodes2dofs( nodes , 6 ) ;
128128
dofs = dofsaux(1:2:length(dofsaux)) ;
129129

130-
% area projectd in each x-y, y-z or z-x plane
130+
% x, y and z components of the normal tension
131131
Fx = normalVector(1) * loadvals( 5 ) / 3 * areaElem ;
132132
Fy = normalVector(2) * loadvals( 5 ) / 3 * areaElem ;
133133
Fz = normalVector(3) * loadvals( 5 ) / 3 * areaElem ;

0 commit comments

Comments
 (0)