Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

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