Skip to content

Why use cond properties and not k in HDG toolbox ? #1293

Answered by romainhild
prudhomm asked this question in Q&A
Discussion options

You must be logged in to vote

It is correct, with the Physics you can use different terms for the primal and dual variables, but it should be improved to support conductivities and boundary conditions.

std::map<MixedPoissonPhysics,std::map<std::string,std::string> > MixedPoissonPhysicsMap = {
{ MixedPoissonPhysics::None, {{"potentialK", "potential"},{"fluxK","flux"},{"keyword","poisson"},{"potentialSymbol","P"},{"fluxSymbol","F"}} },
{ MixedPoissonPhysics::Electric, {{"potentialK", "electric-potential"},{"fluxK","current-density"},{"keyword","electric"},{"potentialSymbol","P"},{"fluxSymbol","C"}} },
{ MixedPoissonPhysics…

Replies: 14 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

prudhomm
Mar 13, 2019
Maintainer Author

You must be logged in to vote
0 replies
Comment options

prudhomm
Mar 13, 2019
Maintainer Author

You must be logged in to vote
0 replies
Comment options

prudhomm
Mar 13, 2019
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

prudhomm
Mar 13, 2019
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

prudhomm
Mar 13, 2019
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

prudhomm
Dec 15, 2020
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by prudhomm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #1293 on December 15, 2020 07:58.