|
PolyFEM
|
#include <polyfem/varforms/VarForm.hpp>#include <polyfem/assembler/AssemblerUtils.hpp>#include <polyfem/io/MatrixIO.hpp>#include <polyfem/io/Evaluator.hpp>#include <polyfem/varforms/VarFormUtils.hpp>#include <polyfem/basis/LagrangeBasis2d.hpp>#include <polyfem/basis/LagrangeBasis3d.hpp>#include <polyfem/basis/SplineBasis2d.hpp>#include <polyfem/basis/SplineBasis3d.hpp>#include <polyfem/basis/barycentric/MVPolygonalBasis2d.hpp>#include <polyfem/basis/barycentric/WSPolygonalBasis2d.hpp>#include <polyfem/basis/PolygonalBasis2d.hpp>#include <polyfem/basis/PolygonalBasis3d.hpp>#include <polyfem/mesh/mesh2D/Mesh2D.hpp>#include <polyfem/mesh/mesh3D/Mesh3D.hpp>#include <polyfem/mesh/Obstacle.hpp>#include <polyfem/refinement/APriori.hpp>#include <polyfem/time_integrator/BDF.hpp>#include <polyfem/time_integrator/ImplicitTimeIntegrator.hpp>#include <polyfem/utils/Timer.hpp>#include <polyfem/utils/Logger.hpp>#include <polyfem/utils/Jacobian.hpp>#include <igl/Timer.h>#include <polyfem/utils/JSONUtils.hpp>#include <polyfem/utils/StringUtils.hpp>#include <fstream>#include <limits>#include <spdlog/fmt/fmt.h>Go to the source code of this file.
Namespaces | |
| namespace | polyfem |
| namespace | polyfem::varform |