Added: OTHER property type (to be used for boundary force integration, etc.)
This commit is contained in:
parent
6e3f35a2df
commit
b1b42ebb92
@ -38,7 +38,8 @@ struct Property
|
||||
ROBIN,
|
||||
DIRICHLET,
|
||||
DIRICHLET_INHOM,
|
||||
DIRICHLET_ANASOL
|
||||
DIRICHLET_ANASOL,
|
||||
OTHER
|
||||
};
|
||||
|
||||
Type pcode; //!< Physical property code
|
||||
|
Loading…
Reference in New Issue
Block a user