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
I am trying to solve my own specific problem. The data.sampler.boundary_condition contains code for Dirichlet and Periodic boundary conditions.
It is not clear to me how one can add custom boundary conditions in the form of functions, such as:
p(0, t) = a
The tutorial does not include this scenario, neither the train.py files for any of the provided examples.
train.py
I suppose I should build this function inside boundary_condition.py?
boundary_condition.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to solve my own specific problem. The data.sampler.boundary_condition contains code for Dirichlet and Periodic boundary conditions.
It is not clear to me how one can add custom boundary conditions in the form of functions, such as:
p(0, t) = a
The tutorial does not include this scenario, neither the
train.py
files for any of the provided examples.I suppose I should build this function inside
boundary_condition.py
?The text was updated successfully, but these errors were encountered: