Flow123d
master-f44eb46
|
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"
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... | |
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.
Definition in file element_values.hh.