Hello,
I want to apply a functional base boundary condition to a section of the domain. Kindly comment for the correctness on the given code:
func f1= x*y; //// boundary condition
…+ on( boundary, var = f1) ; // implementing bc on a domain
Or, help me if any relevant example is available.