![]() |
Octopus
|
Functions/Subroutines | |
| subroutine, public | output_linear_medium_init (outp, namespace, space) |
| subroutine, public | output_linear_medium (outp, namespace, space, mesh, dir, points_map, ep, mu, cc) |
| subroutine, public output_linear_medium_oct_m::output_linear_medium_init | ( | type(output_t), intent(out) | outp, |
| type(namespace_t), intent(in) | namespace, | ||
| class(space_t), intent(in) | space | ||
| ) |
Definition at line 144 of file output_linear_medium.F90.
| subroutine, public output_linear_medium_oct_m::output_linear_medium | ( | type(output_t), intent(in) | outp, |
| type(namespace_t), intent(in) | namespace, | ||
| class(space_t), intent(in) | space, | ||
| class(mesh_t), intent(in) | mesh, | ||
| character(len=*), intent(in) | dir, | ||
| integer, dimension(:), intent(in) | points_map, | ||
| real(real64), dimension(:), intent(in) | ep, | ||
| real(real64), dimension(:), intent(in) | mu, | ||
| real(real64), dimension(:), intent(in) | cc | ||
| ) |
Definition at line 202 of file output_linear_medium.F90.