Skip to content

Commit 5d713ba

Browse files
committed
polyfem_command
1 parent 96420e6 commit 5d713ba

File tree

3 files changed

+183
-201
lines changed

3 files changed

+183
-201
lines changed

polyfempy/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# from .polyfempy import TensorFormulations
55
# from .polyfempy import solve_febio
66
# from .polyfempy import solve
7+
from .polyfempy import CacheLevel
8+
from .polyfempy import polyfem_command
79

810
from .Settings import Settings
911
from .Selection import Selection

src/differentiable/diff_cache.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <polyfem/solver/DiffCache.hpp>
22
#include <polyfem/State.hpp>
33
#include "binding.hpp"
4+
#include <pybind11/eigen.h>
45

56
namespace py = pybind11;
67
using namespace polyfem::solver;

0 commit comments

Comments
 (0)