- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 39
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi! I'm solving a PDE using MethodOfLines.jl, and when I try to discretize my system, I get this warning:
Warning: The system contains interface boundaries, which are not compatible with system transformation. The system will not be transformed. Please post an issue if you need this feature.
@ MethodOfLines .../pde_system_transformation.jl:43**
I'd like to understand more about:
- What exactly are interface boundaries in this context?
- Why do they prevent system transformation?
- Even though I see this warning, the numerical solution appears to be correct — can this safely be ignored?
- Is there a symbolic workaround if I want to use StructuralTransformationsorOptimization.jllater (e.g., viaremake,replace,DiffCache)?
- Should I avoid interface-style boundaries for symbolic work?
Thanks for all the great work on the SciML tools!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
