PolyFEM
Loading...
Searching...
No Matches
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