PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ NodeType

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.