#include <phelm_generators.h>
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) | |
If one wants to change multiple entries of finite-element matrix or finite-element right part he should return elements_t in callback.
Definition at line 65 of file phelm_generators.h.
| phelm::Element::Element | ( | int | i1, | |
| int | j1, | |||
| double | a1 | |||
| ) | [inline] |
Initialization of row and column numbers and value.
| i1 | - row number | |
| j1 | - columnt number | |
| a1 | - value |
Definition at line 76 of file phelm_generators.h.