Skip to content

Commit

Permalink
polyfem_command
Browse files Browse the repository at this point in the history
  • Loading branch information
Huangzizhou committed Jul 1, 2024
1 parent 96420e6 commit 5d713ba
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 201 deletions.
2 changes: 2 additions & 0 deletions polyfempy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# from .polyfempy import TensorFormulations
# from .polyfempy import solve_febio
# from .polyfempy import solve
from .polyfempy import CacheLevel
from .polyfempy import polyfem_command

from .Settings import Settings
from .Selection import Selection
Expand Down
1 change: 1 addition & 0 deletions src/differentiable/diff_cache.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <polyfem/solver/DiffCache.hpp>
#include <polyfem/State.hpp>
#include "binding.hpp"
#include <pybind11/eigen.h>

namespace py = pybind11;
using namespace polyfem::solver;
Expand Down
Loading

0 comments on commit 5d713ba

Please sign in to comment.