Go to the source code of this file.
|
| module | vac_vars |
| | Variables pertaining to the vacuum quantities.
|
| |
|
| integer function | vac_vars::init_vac (vac, style, n_bnd, prim_X, n_ang, jq) |
| | Initializes a vacuum type. More...
|
| |
| subroutine, public | vac_vars::set_loc_lims (n_loc, bs, ind_p, n_p, lims) |
| | Calculates the limits in local index. More...
|
| |
| subroutine | vac_vars::dealloc_vac (vac) |
| | Deallocates vacuum variables. More...
|
| |
| integer function, public | vac_vars::copy_vac (vac, vac_copy) |
| | Copy a vacuum type. More...
|
| |
| logical function, public | vac_vars::in_context (ctxt) |
| | Indicates whether current process is in the context. More...
|
| |