write an input solution (X1,X2,LA) to an ascii .dat file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(t_sol_var_MHD3D), | intent(in) | :: | dofs_in | |||
| integer, | intent(in) | :: | fileID |
Initialize Module
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in), | optional | :: | Restartfile_in |
write an input solution (X1,X2,LA) to an ascii .dat file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(t_sol_var_MHD3D), | intent(in) | :: | dofs_in | |||
| integer, | intent(in) | :: | fileID |
read an input solution and initialize dofs(0) (X1,X2,LA) of size X1/X2/LA_base , from an ascii .dat file if size of grid/X1/X2/LA not equal X1/X2/X3_base interpolate readin solution to the current base of dofs_in
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=255), | intent(in) | :: | fileString | |||
| class(t_sol_var_MHD3D), | intent(inout) | :: | dofs_r |
Finalize Module