| Start page of documentation | Download the code | Documentation: PDF, PS |
| Previous: Explicit Jump Immersed Interface Method: | Next: EJIIM idea |
To solve is the following Poisson boundary value problem
In the actual version of the code the following parameters are set:
Attention: if you are changing the form of the right hand
side function
(stored in variable F), then you have to
change manually also the jump in the right hand side,
stored in variable jf.
Points, where the boundary of
cuts the grid lines are called
intersection points. In code they are always stored in structure
variables IX. IX_D contains intersection points on
and
IX_N - the intersection points on
. Separation of these
two sets of intersection points is done in ASSEMBLE/separate_boundaries.m.
| Previous: Explicit Jump Immersed Interface Method: | Next: EJIIM idea |