We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
请问,如果我有一个复杂的几何模型,我如何将这个模型导入该系统并进行设置?
The text was updated successfully, but these errors were encountered:
You can import common mesh files (such as .inp from ABAQUS) into the environment through the meshio.read(), extract the nodal coordinates and element connections from the returned object, and input them into the Mesh class to generate customized mesh objects. This process can refer to: https://github.com/deepmodeling/jax-fem/blob/main/applications/buckling/cellular_solid.py
meshio.read()
Mesh
For boundary conditions, you can apply them by defining the judgment function or the corresponding node set, please refer to: https://github.com/deepmodeling/jax-fem/blob/main/applications/boundary_index/example.py
Sorry, something went wrong.
No branches or pull requests
请问,如果我有一个复杂的几何模型,我如何将这个模型导入该系统并进行设置?
The text was updated successfully, but these errors were encountered: