"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "Numeric/Adapt.h" between
getdp-3.4.0-source.tgz and getdp-3.5.0-source.tgz

About: GetDP is a general finite element solver using mixed elements to discretize de Rham-type complexes in one, two and three dimensions.

Adapt.h  (getdp-3.4.0-source.tgz):Adapt.h  (getdp-3.5.0-source.tgz)
// GetDP - Copyright (C) 1997-2021 P. Dular and C. Geuzaine, University of Liege // GetDP - Copyright (C) 1997-2022 P. Dular and C. Geuzaine, University of Liege
// //
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// issues on https://gitlab.onelab.info/getdp/getdp/issues. // issues on https://gitlab.onelab.info/getdp/getdp/issues.
#ifndef ADAPT_H #ifndef ADAPT_H
#define ADAPT_H #define ADAPT_H
#define ADAPT_P1 1 #define ADAPT_P1 1
#define ADAPT_P2 2 #define ADAPT_P2 2
#define ADAPT_H1 3 #define ADAPT_H1 3
#define ADAPT_H2 4 #define ADAPT_H2 4
double Adapt (int N, /* Number of elements */ double Adapt(int N, /* Number of elements */
int method, /* ADAPT_H1, ADAPT_H2, ADAPT_P1 or ADAPT_P2 */ int method, /* ADAPT_H1, ADAPT_H2, ADAPT_P1 or ADAPT_P2 */
int dim, /* 2 or 3 */ int dim, /* 2 or 3 */
double *err, /* elementary errors */ double *err, /* elementary errors */
double *h, /* elementary mesh sizes */ double *h, /* elementary mesh sizes */
double *p, /* elementary exponents */ double *p, /* elementary exponents */
double e0); /* prescribed error or number of elements */ double e0); /* prescribed error or number of elements */
#endif #endif
 End of changes. 2 change blocks. 
8 lines changed or deleted 8 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)