Go to the source code of this file.
|
| subroutine | scalar_pnpn_bc_template::scalar_pnpn_bc_template_init (this, coef, json) |
| | Constructor from JSON.
|
| |
| subroutine | scalar_pnpn_bc_template::scalar_pnpn_bc_template_apply_scalar (this, x, n, time, strong) |
| | Apply the boundary condition to a scalar field on the CPU.
|
| |
| subroutine | scalar_pnpn_bc_template::scalar_pnpn_bc_template_apply_vector (this, x, y, z, n, time, strong) |
| | Apply the boundary condition to a vector field on the CPU.
|
| |
| subroutine | scalar_pnpn_bc_template::scalar_pnpn_bc_template_apply_scalar_dev (this, x_d, time, strong, strm) |
| | Apply the boundary condition to a scalar field on the device.
|
| |
| subroutine | scalar_pnpn_bc_template::scalar_pnpn_bc_template_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) |
| | Apply the boundary condition to a vector field on the device.
|
| |
| subroutine | scalar_pnpn_bc_template::scalar_pnpn_bc_template_free (this) |
| | Destructor.
|
| |
| subroutine | scalar_pnpn_bc_template::scalar_pnpn_bc_template_finalize (this) |
| | Finalize the boundary condition.
|
| |
| subroutine, public | scalar_pnpn_bc_template::scalar_pnpn_bc_template_register_types () |
| | Register the custom boundary condition type with scalar Pn/Pn.
|
| |
| subroutine | scalar_pnpn_bc_template::scalar_pnpn_bc_template_allocate (obj) |
| | Allocate the custom boundary condition.
|
| |