From: Stogner, R. H <roy...@ic...> - 2018-11-04 13:58:21
|
On Sat, 3 Nov 2018, Yuxiang Wang wrote: > Sorry again to spam with a novice question. As I read through libmesh > examples, I noticed that sometimes we get the variable_type from > dof_map.variable_type (where dof_map is a DofMap instance) and sometimes we > get from system.variable_type (where system is, for example, a > LinearImplicitSystem instance). > > Is there any difference between system.variable_type and > dof_map.variable_type? Are they pulling the same information? They're pulling the same information. --- Roy |