#ifndef DOXYGEN
-/*------------------------ Inline functions: namespace FEValuesExtractors --------*/
-
-namespace FEValuesExtractors
-{
- inline
- Scalar::Scalar (const unsigned int component)
- :
- component (component)
- {}
-
-
-
- inline
- Vector::Vector (const unsigned int first_vector_component)
- :
- first_vector_component (first_vector_component)
- {}
-
- template <int rank>
- inline
- SymmetricTensor<rank>::SymmetricTensor (const unsigned int first_tensor_component)
- :
- first_tensor_component (first_tensor_component)
- {}
-}
-
-
/*------------------------ Inline functions: namespace FEValuesViews --------*/
namespace FEValuesViews
}
+/*------------------------ Inline functions: namespace FEValuesExtractors --------*/
+
+namespace FEValuesExtractors
+{
+ inline
+ Scalar::Scalar (const unsigned int component)
+ :
+ component (component)
+ {}
+
+
+
+ inline
+ Vector::Vector (const unsigned int first_vector_component)
+ :
+ first_vector_component (first_vector_component)
+ {}
+
+ template <int rank>
+ inline
+ SymmetricTensor<rank>::SymmetricTensor (const unsigned int first_tensor_component)
+ :
+ first_tensor_component (first_tensor_component)
+ {}
+}
+
+
+
+
DEAL_II_NAMESPACE_CLOSE
#endif
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams