Program Listing for File TUSrcCoupling.h
↰ Return to documentation for file (include/coupling/TUSrcCoupling.h)
// _______. ______ __ ___ .__ __. .___________. __ ___ ___ //
// / | / || | / \ | \ | | | || | \ \ / / //
// | (----`| ,----'| | / ^ \ | \| | `---| |----`| | \ V / //
// \ \ | | | | / /_\ \ | . ` | | | | | > < //
// .----) | | `----.| | / _____ \ | |\ | | | | | / . \ //
// |_______/ \______||__| /__/ \__\ |__| \__| |__| |__| /__/ \__\ //
// //
// Originally developed by D. Pizzocri & T. Barani //
// //
// Version: 2.2.1 //
// Year: 2025 //
// Authors: D. Pizzocri, G. Zullo. //
// //
#ifndef TUSRCCOUPLING_H
#define TUSRCCOUPLING_H
#ifdef __cplusplus
extern "C"
{
#endif
void getSciantixOptions(int Sciantix_options[], double Sciantix_scaling_factors[]);
void callSciantix(int Sciantix_options[], double Sciantix_history[],
double Sciantix_variables[], double Sciantix_scaling_factors[],
double Sciantix_diffusion_modes[]);
#ifdef __cplusplus
}
#endif
#endif // TUSRCCOUPLING_H