You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/documentation_request.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@
14
14
# limitations under the License.
15
15
16
16
name: Documentation Request
17
-
description: Request updates or additions to Modulus (Core) documentation
17
+
description: Request updates or additions to PhysicsNeMo (Core) documentation
18
18
title: "📚[DOC]: "
19
19
labels: ["documentation", "? - Needs Triage"]
20
20
21
21
body:
22
22
- type: markdown
23
23
attributes:
24
24
value: |
25
-
Thanks for taking the time to help Modulus and improve our documentation!
26
-
- By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md)
27
-
- You also confirm that you have searched the [open documentation issues](https://github.com/NVIDIA/modulus/issues) and have found no duplicates for this request
25
+
Thanks for taking the time to help PhysicsNeMo and improve our documentation!
26
+
- By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/physicsnemo/blob/main/CONTRIBUTING.md)
27
+
- You also confirm that you have searched the [open documentation issues](https://github.com/NVIDIA/physicsnemo/issues) and have found no duplicates for this request
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@
14
14
# limitations under the License.
15
15
16
16
name: Feature Request
17
-
description: Request new or improved functionality or changes to existing Modulus (Core) functionality
17
+
description: Request new or improved functionality or changes to existing PhysicsNeMo (Core) functionality
18
18
title: "🚀[FEA]: "
19
19
labels: ["enhancement", "? - Needs Triage"]
20
20
21
21
body:
22
22
- type: markdown
23
23
attributes:
24
24
value: |
25
-
Thanks for taking the time to help Modulus and fill out this feature request!
26
-
- By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md)
27
-
- You also confirm that you have searched the [open documentation issues](https://github.com/NVIDIA/modulus/issues) and have found no duplicates for this request
25
+
Thanks for taking the time to help PhysicsNeMo and fill out this feature request!
26
+
- By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/physicsnemo/blob/main/CONTRIBUTING.md)
27
+
- You also confirm that you have searched the [open documentation issues](https://github.com/NVIDIA/physicsnemo/issues) and have found no duplicates for this request
that walks you through how to define a custom PDE. Please see the source [here](https://github.com/NVIDIA/physicsnemo-sym/tree/main/physicsnemo/sym/eq/pdes)
53
53
to see the built-in PDE implementation as an additional reference for your own implementation.
54
54
55
55
## What is the difference between the pip install and the container?
56
56
57
57
There is no functional difference between the two. This is to simplify the ease of
58
58
installing and setting up the PhysicsNeMo environment. Please refer to the
59
-
[getting started guide](https://docs.nvidia.com/deeplearning/modulus/getting-started/index.html#modulus-with-docker-image-recommended)
59
+
[getting started guide](https://docs.nvidia.com/deeplearning/physicsnemo/getting-started/index.html#physicsnemo-with-docker-image-recommended)
60
60
on how to install using Pip or using the container.
0 commit comments