22 #ifndef FCS_PP3MG_P_INCLUDED 23 #define FCS_PP3MG_P_INCLUDED 26 #include "fcs_definitions.h" 100 FCSResult fcs_pp3mg_setup(
FCS handle, fcs_int cells_x, fcs_int cells_y, fcs_int cells_z, fcs_int ghosts, fcs_int degree, fcs_int max_particles, fcs_int maxiter, fcs_float tol, fcs_int distribution, fcs_int discretization);
FCSResult fcs_pp3mg_get_distribution(FCS handle, fcs_int *distribution)
FCSResult fcs_pp3mg_get_degree(FCS handle, fcs_int *degree)
FCSResult fcs_pp3mg_get_tol(FCS handle, fcs_float *tol)
FCSResult fcs_pp3mg_set_cells_y(FCS handle, fcs_int cells_y)
FCSResult fcs_pp3mg_set_max_particles(FCS handle, fcs_int max_particles)
FCSResult fcs_pp3mg_set_tol(FCS handle, fcs_float tol)
FCSResult fcs_pp3mg_get_cells_y(FCS handle, fcs_int *cells_y)
FCSResult fcs_pp3mg_get_cells_z(FCS handle, fcs_int *cells_z)
FCSResult fcs_pp3mg_get_max_iterations(FCS handle, fcs_int *max_iterations)
FCSResult fcs_pp3mg_get_cells_x(FCS handle, fcs_int *cells_x)
FCSResult fcs_pp3mg_set_distribution(FCS handle, fcs_int disctribution)
FCSResult fcs_pp3mg_get_ghosts(FCS handle, fcs_int *ghosts)
FCSResult fcs_pp3mg_set_cells_x(FCS handle, fcs_int cells_x)
FCSResult fcs_pp3mg_get_discretization(FCS handle, fcs_int *discertization)
FCSResult fcs_pp3mg_set_degree(FCS handle, fcs_int degree)
FCSResult fcs_pp3mg_set_ghosts(FCS handle, fcs_int ghosts)
public interface definitions for the FCSResult-object that is used for handling the return state of t...
FCSResult fcs_pp3mg_set_cells_z(FCS handle, fcs_int cells_z)
FCSResult fcs_pp3mg_get_max_particles(FCS handle, fcs_int *degree)
struct FCSResult_t * FCSResult
FCSResult-object that is used for handling the return state of the ScaFaCoS library functions...
FCSResult fcs_pp3mg_setup(FCS handle, fcs_int cells_x, fcs_int cells_y, fcs_int cells_z, fcs_int ghosts, fcs_int degree, fcs_int max_particles, fcs_int maxiter, fcs_float tol, fcs_int distribution, fcs_int discretization)
struct fcs_pp3mg_parameters_t * fcs_pp3mg_parameters
FCSResult fcs_pp3mg_set_max_iterations(FCS handle, fcs_int max_iterations)
FCSResult fcs_pp3mg_set_discretization(FCS handle, fcs_int discretization)
public interface definitions for the main solver-independent functionality of the ScaFaCoS library ...
struct _FCS_t * FCS
FCS-object representing an FCS solver.