Select Git revision
ProDefine.h
MovingBand2D.h 406 B
// GetDP - Copyright (C) 1997-2018 P. Dular and C. Geuzaine, University of Liege
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to the public mailing list <getdp@onelab.info>.
#ifndef _MOVING_BAND_2D_H_
#define _MOVING_BAND_2D_H_
#include "ProData.h"
void Init_MovingBand2D(struct Group * Group_P);
void Mesh_MovingBand2D(struct Group * Group_P);
#endif