Open margecruz opened 2 months ago
I'm trying to apply VPINN to PDEs with Neumann Boundary Condition. I noticed that all examples deal with Dirichlet BC only. How can we modify the get_bound_cond_dict(): for Neumann BCs?
get_bound_cond_dict():
@margecruz , The feature is planned for next release, which will happen in the month of October
I'm trying to apply VPINN to PDEs with Neumann Boundary Condition. I noticed that all examples deal with Dirichlet BC only. How can we modify the
get_bound_cond_dict():
for Neumann BCs?