PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

◆ 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.