Skip to content
Closed

test #1180

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/festim/advection.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class AdvectionTerm:
subdomain: the volume subdomain where the velocity is to be applied
species: the species to which the velocity field is acting on

I want this in too

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont need this

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
I want this in too
I want this in there too


attributes:
velocity: the velocity field or function
subdomain: the volume subdomain where the velocity is to be applied
Expand Down
Loading