AdH Kraken
0.0.0
Next generation Adaptive Hydraulics
Loading...
Searching...
No Matches
smat_grid.h
1
#ifndef H_SMAT_GRID_
2
#define H_SMAT_GRID_
3
4
typedef
struct
{
5
int
max_lev;
/* the maximum number of refinement levels in the material */
6
double
refine_tolerance;
/* the refinement tolerances */
7
double
unrefine_tolerance;
/* the unrefinement tolerances */
8
}
SMAT_GRID
;
9
10
// Methods
11
void
smat_grid_alloc_init(
SMAT_GRID
**mat_grid);
12
void
smat_grid_free(
SMAT_GRID
*mat_grid);
13
14
#endif
SMAT_GRID
Definition:
smat_grid.h:4
structs
smat
smat_grid.h
Generated on Thu Apr 3 2025 22:45:55 for AdH Kraken by
1.9.5