Loading [MathJax]/extensions/tex2jax.js
PolyFEM
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Common.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <Eigen/Sparse>
4
5#include <nlohmann/json.hpp>
6
7namespace polyfem
8{
9 using json = nlohmann::json;
10}
nlohmann::json json
Definition Common.hpp:9