PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <DirichletData.hh>
Public Member Functions | |
void | constrain (Element2 &element) |
Constrain element , i.e. ensure that quadratures do not contribute to Dirichlet nodes by marking corresponding rows and columns as "invalid". More... | |
operator bool () | |
Protected Member Functions | |
DirichletData () | |
~DirichletData () | |
void | init (const array::Scalar *indices, const array::Array *values, double weight=1.0) |
void | finish (const array::Array *values) |
Protected Attributes | |
const array::Scalar * | m_indices |
double | m_indices_e [q1::n_chi] |
double | m_weight |
Definition at line 40 of file DirichletData.hh.