// After preparing all data in
// <tt>info_box</tt>, we initialize
- // the FEValus objects in there.
+ // the FEValues objects in there.
info_box.initialize(fe, mapping);
// The object created so far helps
* FESystem class overloads
* it so that it can return the
* support points of individual
- * base elements, of not all the
+ * base elements, if not all the
* base elements define support
* points. In this way, you can
* still ask for certain support
* @warning This class is not sufficiently tested yet!
*
* This class gives a unified framework for the implementation of
- * FiniteElement classes only located on faces of the mesh. Theu are
+ * FiniteElement classes only located on faces of the mesh. They are
* based on polynomial spaces like the TensorProductPolynomials or a
* PolynomialSpace classes.
*
* Example classes are TensorProductPolynomials, PolynomialSpace or
* PolynomialsP.
*
- * This class is not a fully implemented FiniteElement class. Instead
- * there are several pure virtual functions declared in the
- * FiniteElement and FiniteElement classes which cannot
- * implemented by this class but are left for implementation in
+ * This class is not a fully implemented FiniteElement class. Instead there
+ * are several pure virtual functions declared in the FiniteElement class
+ * which cannot implemented by this class but are left for implementation in
* derived classes.
*
* Furthermore, this class assumes that shape functions of the
* In addition to the information on degrees of freedom stored in this
* class, it also provides the local computation space for the worker
* object operating on it in LocalResults. This base class will automatically
- * reinitialized on each cell, but initial setup is up to the user and
+ * be reinitialized on each cell, but initial setup is up to the user and
* should be done when initialize() for this class is called.
*
* This class operates in two different modes, corresponding to the
* to the ones already set in
* this program. The four
* boolean flags indicate
- * wether the additional flags
+ * whether the additional flags
* should be set for cell,
* boundary, interelement face
* for the cell itself
* #boundary_selector and
* #face_selector in order to
* save computational
- * eeffort. If no selectors
+ * effort. If no selectors
* are used, then values for
* all named vectors in
* DoFInfo::global_data will be
* INTEGRATIONINFO and ASSEMBLER are needed.
*
* DOFINFO objects are gathered in a DoFInfoBox. In those objects, we
- * store the results of local operations on each cel and its
+ * store the results of local operations on each cell and its
* faces. Once all this information has been gathered, an ASSEMBLER is
* used to assemble it into golbal data.
*
{
/**
* The class providing the scrapbook to fill with results of local
- * integration. Depending on the tesk the mesh worker loop is
+ * integration. Depending on the task the mesh worker loop is
* performing, local results can be of different types. They have
* in common that they are the result of local integration over a cell
* or face. Their actual type is determined by the Assember using