PolyFEM
|
#include "PolygonalBasis3d.hpp"
#include "LagrangeBasis3d.hpp"
#include <polyfem/assembler/AssemblerUtils.hpp>
#include <polyfem/quadrature/PolyhedronQuadrature.hpp>
#include <polyfem/mesh/MeshUtils.hpp>
#include <polyfem/mesh/mesh2D/Refinement.hpp>
#include <polyfem/utils/RefElementSampler.hpp>
#include "function/RBFWithLinear.hpp"
#include "function/RBFWithQuadratic.hpp"
#include "function/RBFWithQuadraticLagrange.hpp"
#include <polyfem/utils/Logger.hpp>
#include <polyfem/autogen/auto_q_bases.hpp>
#include <igl/per_vertex_normals.h>
#include <random>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | polyfem |
namespace | polyfem::basis |
Functions | |
double | polyfem::basis::compute_epsilon (const Mesh3D &mesh, int e) |