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

◆ dirichlet_node()

bool pism::stressbalance::Blatter::dirichlet_node ( const DMDALocalInfo &  info,
const fem::Element3::GlobalIndex I 
)
protectedvirtual

Returns true if a node is in the Dirichlet part of the boundary, false otherwise.

Used by verification tests.

Reimplemented in pism::stressbalance::BlatterTestXZ, pism::stressbalance::BlatterTestXY, pism::stressbalance::BlatterTestvanderVeen, pism::stressbalance::BlatterTestHalfar, and pism::stressbalance::BlatterTestCFBC.

Definition at line 124 of file Blatter.cc.

References I.

Referenced by compute_jacobian(), compute_residual(), jacobian_dirichlet(), and residual_dirichlet().