Go to the source code of this file.
|
| module | mod_bc_data |
| | Module to set boundary conditions from user data.
|
| |
|
| subroutine, public | mod_bc_data::bc_data_init () |
| |
| subroutine | mod_bc_data::bc_read_params (files) |
| | Read this module"s parameters from a file. More...
|
| |
| elemental double precision function, public | mod_bc_data::bc_data_get_3d (n_bc, x1, x2, qt) |
| |
| elemental double precision function, public | mod_bc_data::bc_data_get_2d (n_bc, x1, qt) |
| |
| subroutine, public | mod_bc_data::bc_data_set (qt, ixIL, ixOL, iB, w, x) |
| | Set boundary conditions according to user data. More...
|
| |
| subroutine | mod_bc_data::read_vtk_structured_points (fname, bc) |
| |