Skip to content

Url Checker #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: docs
Choose a base branch
from
Prev Previous commit
Next Next commit
Update polyfempy_doc.md
  • Loading branch information
antoinebou12 authored Dec 19, 2024
commit f5d60e3e03c2b3effb93aa42e098cb96e1b626cd
4 changes: 2 additions & 2 deletions docs/polyfempy_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ stringyfied json description of this class, used to run the solver
### set_advanced_option
`set_advanced_option(key, value)`

Used to set any advanced option not present in this class, for instance set_advanced_option("use_spline",True), see https://polyfem.github.io/documentation/ for full list
Used to set any advanced option not present in this class, for instance set_advanced_option("use_spline",True), see https://polyfem.github.io/ for full list

### set_isolines_export_path
`set_isolines_export_path(path)`
Expand Down Expand Up @@ -180,7 +180,7 @@ add the Neumann value value for the sideset id

## class GenericTensor

Generic tensor problem https://polyfem.github.io/documentation/#generictensor
Generic tensor problem https://polyfem.github.io/details/problems/?h=gener#generictensor

### add_dirichlet_value
`add_dirichlet_value(id, value, is_dirichlet_dim=None)`
Expand Down