Hermes2D  3.0
Hermes::Hermes2D::CurvMapStatic Class Reference

Public Member Functions

void precalculate_cholesky_projection_matrix_edge ()
 
double ** calculate_bubble_projection_matrix (short *indices, ElementMode2D mode)
 Calculate the H1 seminorm products (, ) for all 0 <= i, j < n, n is the number of bubble functions.
 
void precalculate_cholesky_projection_matrices_bubble ()
 

Public Attributes

double ** edge_proj_matrix
 projection matrix for each edge is the same
 
unsigned short edge_proj_matrix_size
 
double ** bubble_proj_matrix_tri
 projection matrix for triangle bubbles
 
double ** bubble_proj_matrix_quad
 projection matrix for quad bubbles
 
double * edge_p
 diagonal vector in cholesky factorization
 
double * bubble_tri_p
 diagonal vector in cholesky factorization
 
unsigned short tri_bubble_np
 
double * bubble_quad_p
 diagonal vector in cholesky factorization
 
unsigned short quad_bubble_np
 

Detailed Description

Definition at line 195 of file curved.h.

Member Function Documentation

void Hermes::Hermes2D::CurvMapStatic::precalculate_cholesky_projection_matrix_edge ( )

Projection based interpolation Preparation of projection matrices, Cholesky factorization

Definition at line 153 of file curved.cpp.


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