Skip to content
Snippets Groups Projects
Commit 8a5ca92b authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[example][embedded][problem] minor edits

parent 753fcc53
No related branches found
No related tags found
1 merge request!3456Cleanup/embedded example
......@@ -27,8 +27,8 @@
// problem classes: `TissueTransportProblem` and `NetworkTransportProblem` for the
// respective subdomains. The subdomain problem classes specify boundary and initial
// conditions for the subdomains separately. For this setup, we specify boundary fluxes
// (Neumann or Robin-type boundary conditions, weakly imposed) called
//--somewhat not general enough--`Neumann` in DuMu<sup>x</sup>.
// via the `neumann` function (note that despite its name, the function allows you to
// implement both Neumann or Robin-type boundary conditions, weakly imposed).
//
// The subdomain problems are coupled to each other. This is evident from the
// coupling manager pointer that is stored in each subdomain problem (and the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment