phelm::Element Struct Reference
[Finite element matrix generators.]

Destination of this structure is finite-element matrix changing. More...

#include <phelm_generators.h>

List of all members.

Public Member Functions

 Element (int i1, int j1, double a1)
 Initialization of row and column numbers and value.

Public Attributes

int i
 the number of row in finite-element matrix
int j
 the number of column in finite-element matrix
double a
 the value (A[i][j] += a)


Detailed Description

Destination of this structure is finite-element matrix changing.

If one wants to change multiple entries of finite-element matrix or finite-element right part he should return elements_t in callback.

See also:
generate_matrix, generate_right_part, test_system_laplace::cpp
Examples:

test_system_laplace.cpp.

Definition at line 65 of file phelm_generators.h.


Constructor & Destructor Documentation

phelm::Element::Element ( int  i1,
int  j1,
double  a1 
) [inline]

Initialization of row and column numbers and value.

Parameters:
i1 - row number
j1 - columnt number
a1 - value

Definition at line 76 of file phelm_generators.h.


The documentation for this struct was generated from the following file:

Phelm Library
Copyright © 2009 Alexey Ozeritsky. All rights reserved.
http://resetius.ru