![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | read_faces (filename, fac, nodes, n, mpi_id, mpi_com) |
| Reads FACES.input. | |
| subroutine read_faces | ( | character*70 | filename, |
| integer*4, dimension(3,n), intent(inout) | fac, | ||
| real*8, dimension(25,n), intent(inout) | nodes, | ||
| integer*4 | n, | ||
| integer*4 | mpi_id, | ||
| integer*4 | mpi_com | ||
| ) |
Reads FACES.input.
| [in] | filename | file name |
| [in] | n | number of DG faces |
| [in] | mpi_id | mpi processor identity |
| [in] | mpi_com | mpi communicator |
| [out] | fac | material, element, face for a DG face |
| [out] | nodes | constants for the bilienar map from (-1,1)^3 to the current element |
Definition at line 30 of file READ_FACES.f90.