PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
pism::fem::DirichletData Class Reference

#include <DirichletData.hh>

+ Inheritance diagram for pism::fem::DirichletData:

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::Scalarm_indices
 
double m_indices_e [q1::n_chi]
 
double m_weight
 

Detailed Description

Definition at line 40 of file DirichletData.hh.


The documentation for this class was generated from the following files: