Defines a function space.
|
integer, parameter, public | gl = 0 |
|
integer, parameter, public | gll = 1 |
|
integer, parameter, public | gj = 2 |
|
◆ space_compute_dist()
subroutine space::space_compute_dist |
( |
real(kind=rp), dimension(lx), intent(inout) |
dx, |
|
|
real(kind=rp), dimension(lx), intent(inout) |
x, |
|
|
integer, intent(in) |
lx |
|
) |
| |
|
private |
◆ space_eq()
pure logical function space::space_eq |
( |
type(space_t), intent(in) |
Xh, |
|
|
type(space_t), intent(in) |
Yh |
|
) |
| |
|
private |
- Note
- this only checks the polynomial dimensions
Definition at line 472 of file space.f90.
◆ space_free()
subroutine space::space_free |
( |
class(space_t), intent(inout) |
s | ) |
|
|
private |
◆ space_generate_transformation_matrices()
subroutine space::space_generate_transformation_matrices |
( |
type(space_t), intent(inout) |
Xh | ) |
|
|
private |
◆ space_init()
subroutine space::space_init |
( |
class(space_t), intent(inout) |
s, |
|
|
integer, intent(in) |
t, |
|
|
integer, intent(in) |
lx, |
|
|
integer, intent(in) |
ly, |
|
|
integer, intent(in), optional |
lz |
|
) |
| |
|
private |
- Parameters
-
[in] | t | Quadrature type |
[in] | lx | Polynomial dimension in x-direction |
[in] | ly | Polynomial dimension in y-direction |
[in] | lz | Polynomial dimension in z-direction |
Setup derivative matrices
Definition at line 147 of file space.f90.
◆ space_ne()
pure logical function space::space_ne |
( |
type(space_t), intent(in) |
Xh, |
|
|
type(space_t), intent(in) |
Yh |
|
) |
| |
|
private |
- Note
- this only checks the polynomial dimensions
Definition at line 489 of file space.f90.
◆ gj
integer, parameter, public space::gj = 2 |
◆ gl
integer, parameter, public space::gl = 0 |
◆ gll
integer, parameter, public space::gll = 1 |