PolyFEM
|
#include "PolygonalBasis2d.hpp"
#include "LagrangeBasis2d.hpp"
#include <polyfem/quadrature/PolygonQuadrature.hpp>
#include <polyfem/mesh/mesh2D/PolygonUtils.hpp>
#include "function/RBFWithLinear.hpp"
#include "function/RBFWithQuadratic.hpp"
#include "function/RBFWithQuadraticLagrange.hpp"
#include <polyfem/utils/Logger.hpp>
#include <polyfem/assembler/AssemblerUtils.hpp>
#include <polyfem/autogen/auto_q_bases.hpp>
#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 Mesh2D &mesh, int e) |