Coefficients.
|
subroutine | coef_init_empty (this, Xh, msh) |
| Initialize empty coefs for a space and a mesh. More...
|
|
subroutine | coef_init_all (this, gs_h) |
| Initialize coefficients. More...
|
|
subroutine | coef_free (this) |
| Deallocate coefficients. More...
|
|
subroutine | coef_generate_dxyzdrst (c) |
|
subroutine | coef_generate_geo (c) |
| Generate geometric data for the given mesh. More...
|
|
subroutine | coef_generate_mass (c) |
| Generate mass matrix B for the given mesh and space. More...
|
|
pure real(kind=rp) function, dimension(3) | coef_get_normal (this, i, j, k, e, facet) |
|
pure real(kind=rp) function | coef_get_area (this, i, j, k, e, facet) |
|
subroutine | coef_generate_area_and_normal (coef) |
| Generate facet area and surface normals. More...
|
|