Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
mma_simcomp Module Reference

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)
 

Function/Subroutine Documentation

◆ func1()

subroutine mma_simcomp::func1 ( class(mma_comp_t), intent(inout this,
integer, intent(in n,
integer, intent(in m,
real(kind=rp), intent(inout f0val,
real(kind=rp), dimension(n), intent(inout df0dx,
real(kind=rp), dimension(m), intent(inout fval,
real(kind=rp), dimension(m, n), intent(inout dfdx 
)
private

Definition at line 293 of file mma_simcomp.f90.

Here is the caller graph for this function:

◆ simcomp_test_compute()

subroutine mma_simcomp::simcomp_test_compute ( class(mma_comp_t), intent(inout this,
real(kind=rp), intent(in t,
integer, intent(in tstep 
)
private

Definition at line 108 of file mma_simcomp.f90.

Here is the call graph for this function:

◆ simcomp_test_free()

subroutine mma_simcomp::simcomp_test_free ( class(mma_comp_t), intent(inout this)
private

Definition at line 101 of file mma_simcomp.f90.

◆ simcomp_test_init_from_json()

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.

◆ write_stuff_vtk()

subroutine mma_simcomp::write_stuff_vtk ( real(kind=rp), dimension(n, 4), intent(in stuff,
integer, intent(in n,
character(len=*), intent(in filename 
)
private
Parameters
[in]stuffArray containing x, y, z, and T values

Definition at line 248 of file mma_simcomp.f90.

Here is the caller graph for this function: