Loading...
Searching...
No Matches
Go to the source code of this file.
|
module | bc_list |
| Defines a list of bc_t .
|
|
|
subroutine | bc_list::bc_list_init (this, size) |
| Constructor.
|
|
subroutine | bc_list::bc_list_free (this) |
| Destructor.
|
|
subroutine | bc_list::bc_list_append (this, bc) |
| Append a condition to the end of the list.
|
|
subroutine | bc_list::bc_list_apply_scalar (this, x, n, t, tstep) |
| Apply a list of boundary conditions to a scalar field.
|
|
subroutine | bc_list::bc_list_apply_vector (this, x, y, z, n, t, tstep) |
| Apply a list of boundary conditions to a vector field.
|
|
logical function | bc_list::bc_list_is_empty (this) |
| Return whether the list is empty.
|
|