Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
fe_q_iso_q1.h
1 // ---------------------------------------------------------------------
2 // @f$Id: fe_q_iso_q1.h 30036 2013-07-18 16:55:32Z maier @f$
3 //
4 // Copyright (C) 2000 - 2013 by the deal.II authors
5 //
6 // This file is part of the deal.II library.
7 //
8 // The deal.II library is free software; you can use it, redistribute
9 // it, and/or modify it under the terms of the GNU Lesser General
10 // Public License as published by the Free Software Foundation; either
11 // version 2.1 of the License, or (at your option) any later version.
12 // The full text of the license can be found in the file LICENSE at
13 // the top level of the deal.II distribution.
14 //
15 // ---------------------------------------------------------------------
16 
17 #ifndef __deal2__fe_q_iso_q1_h
18 #define __deal2__fe_q_iso_q1_h
19 
20 #include <deal.II/base/config.h>
21 #include <deal.II/base/tensor_product_polynomials.h>
22 #include <deal.II/base/polynomials_piecewise.h>
23 #include <deal.II/fe/fe_q_base.h>
24 
26 
27 
30 
108 template <int dim, int spacedim=dim>
109 class FE_Q_iso_Q1 : public FE_Q_Base<TensorProductPolynomials<dim, Polynomials::PiecewisePolynomial<double> >,dim,spacedim>
110 {
111 public:
117  FE_Q_iso_Q1(const unsigned int n_subdivisions);
118 
124  virtual std::string get_name () const;
125 
139  virtual
143 
144 protected:
145 
151  virtual FiniteElement<dim,spacedim> *clone() const;
152 };
153 
154 
155 
158 DEAL_II_NAMESPACE_CLOSE
159 
160 #endif
virtual FiniteElement< dim, spacedim > * clone() const
FE_Q_iso_Q1(const unsigned int n_subdivisions)
virtual FiniteElementDomination::Domination compare_for_face_domination(const FiniteElement< dim, spacedim > &fe_other) const
virtual std::string get_name() const