Skip to content

Commit 5b627ed

Browse files
bobpawflagdanger
authored andcommitted
Clarify that orthogonal basis frames are columns (SCOREC#459)
1 parent 680a904 commit 5b627ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ma/maInput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const Input* configure(
153153
\param sizes a vector field of desired element sizes along the
154154
axes of the anisotropic frame
155155
\param frames a matrix field containing anisotropic frames
156-
for each vertex
156+
for each vertex along the columns
157157
\param s if non-zero, use that to transfer all fields. otherwise,
158158
transfer any associated fields with default algorithms
159159
\param logInterpolation if true uses logarithmic interpolation */

ma/maSize.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class AnisotropicFunction
8383
public:
8484
virtual ~AnisotropicFunction();
8585
/** \brief get the size field value at this vertex
86-
\param r the orthonormal basis frame
86+
\param r the orthonormal basis frame on each column
8787
\param h the desired element sizes along each
8888
of the frame's basis vectors */
8989
virtual void getValue(Entity* vert, Matrix& r, Vector& h) = 0;

0 commit comments

Comments
 (0)