Skip to content

Commit

Permalink
Clarify that orthogonal basis frames are columns (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobpaw authored Oct 8, 2024
1 parent e8c9770 commit 1555069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ma/maInput.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const Input* configure(
\param sizes a vector field of desired element sizes along the
axes of the anisotropic frame
\param frames a matrix field containing anisotropic frames
for each vertex
for each vertex along the columns
\param s if non-zero, use that to transfer all fields. otherwise,
transfer any associated fields with default algorithms
\param logInterpolation if true uses logarithmic interpolation */
Expand Down
2 changes: 1 addition & 1 deletion ma/maSize.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class AnisotropicFunction
public:
virtual ~AnisotropicFunction();
/** \brief get the size field value at this vertex
\param r the orthonormal basis frame
\param r the orthonormal basis frame on each column
\param h the desired element sizes along each
of the frame's basis vectors */
virtual void getValue(Entity* vert, Matrix& r, Vector& h) = 0;
Expand Down

0 comments on commit 1555069

Please sign in to comment.