Flow123d  master-f44eb46
Classes
element_values.hh File Reference

Class ElementValues calculates data related to transformation of reference cell to actual cell (Jacobian, inverse Jacobian, determinant, point coordinates etc.). More...

#include <vector>
#include "mesh/ref_element.hh"
#include "mesh/accessors.hh"
#include "fem/update_flags.hh"
#include "fem/dh_cell_accessor.hh"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RefElementData
 Structure for storing the precomputed element data. More...
 
class  ElementData< spacedim >
 Class ElementData holds the arrays of data computed by Mapping. More...
 
class  ElementValues< spacedim >
 Class for computation of data on cell and side. More...
 

Detailed Description

Class ElementValues calculates data related to transformation of reference cell to actual cell (Jacobian, inverse Jacobian, determinant, point coordinates etc.).

 * Copyright (C) 2019 Technical University of Liberec. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Author
Jan Stebel

Definition in file element_values.hh.