#include "implicit_f.inc"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | c_tricall (pnodes, pseg, pholes, ptri, nnp, nseg, nhol, nelp) |
| subroutine | tribox3 (icut, bcenter, bhalfsize, tverts) |
| subroutine | tritri3 (icut, fv0, fv1, fv2, fu0, fu1, fu2) |
| subroutine | hypermesh_tetra (t_monvoln, nixsl, n, km, nb_extra_vertices, nb_tetra, nb_vertices) |
| subroutine c_tricall | ( | pnodes, | |
| integer, dimension(*) | pseg, | ||
| pholes, | |||
| integer, dimension(*) | ptri, | ||
| integer | nnp, | ||
| integer | nseg, | ||
| integer | nhol, | ||
| integer | nelp ) |
Definition at line 32 of file fvmbags_stub.F.
| subroutine hypermesh_tetra | ( | type(monvol_struct_), intent(in) | t_monvoln, |
| integer, intent(in) | nixsl, | ||
| integer, intent(in) | n, | ||
| integer, intent(in) | km, | ||
| integer, intent(inout) | nb_extra_vertices, | ||
| integer, intent(inout) | nb_tetra, | ||
| integer, intent(inout) | nb_vertices ) |
Definition at line 93 of file fvmbags_stub.F.
| subroutine tribox3 | ( | integer | icut, |
| bcenter, | |||
| bhalfsize, | |||
| tverts ) |
Definition at line 54 of file fvmbags_stub.F.
| subroutine tritri3 | ( | integer | icut, |
| fv0, | |||
| fv1, | |||
| fv2, | |||
| fu0, | |||
| fu1, | |||
| fu2 ) |
Definition at line 73 of file fvmbags_stub.F.