Node types (in the map plane). These are used to implement boundary conditions in the Q1 FEM code. Note: The condition node_type > 0.5 is also used to detect "exterior" (ice-free) nodes where we prescribe homogeneous Dirichlet B.C. See DirichletData_*::fix_residual_homogeneous.
This means that interior and boundary types should not use positive values.
Enumerator |
---|
NODE_INTERIOR | |
NODE_BOUNDARY | |
NODE_EXTERIOR | |
Definition at line 33 of file node_types.hh.