1#ifndef CELL_MAPPING_FE_PWL_BASE_H
2#define CELL_MAPPING_FE_PWL_BASE_H
20 typedef std::vector<chi_mesh::Vector3>
VecVec3;
27 std::vector<std::vector<int>> face_node_mappings);
30 static std::vector<chi_mesh::Vector3>
34 static std::vector<std::vector<int>>
static std::vector< chi_mesh::Vector3 > GetVertexLocations(const chi_mesh::MeshContinuum &grid, const chi_mesh::Cell &cell)
PieceWiseLinearBaseMapping(const chi_mesh::MeshContinuum &grid, const chi_mesh::Cell &cell, size_t num_nodes, std::vector< std::vector< int > > face_node_mappings)
std::vector< double > VecDbl
std::vector< chi_mesh::Vector3 > VecVec3
static std::vector< std::vector< int > > MakeFaceNodeMapping(const chi_mesh::Cell &cell)