Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Data Types | |
type | mma_comp_t |
Functions/Subroutines | |
subroutine | simcomp_test_init_from_json (this, json, case) |
subroutine | simcomp_test_free (this) |
subroutine | simcomp_test_compute (this, t, tstep) |
subroutine | write_stuff_vtk (stuff, n, filename) |
subroutine | func1 (this, n, m, f0val, df0dx, fval, dfdx) |
|
private |
|
private |
Definition at line 101 of file mma_simcomp.f90.
subroutine mma_simcomp::simcomp_test_init_from_json | ( | class(mma_comp_t), intent(inout) | this, |
type(json_file), intent(inout) | json, | ||
class(case_t), intent(inout), target | case | ||
) |
Definition at line 80 of file mma_simcomp.f90.
|
private |
[in] | stuff | Array containing x, y, z, and T values |
Definition at line 248 of file mma_simcomp.f90.