File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments