HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Computes the diff between PDE and ROM solutions. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <basic.h>
#include <common.h>
#include <arrayfunctions.h>
#include <timeintegration.h>
#include <mpivars.h>
#include <hypar.h>
Go to the source code of this file.
Functions | |
int | CalculateROMDiff (void *s, void *m) |
Computes the diff between PDE and ROM solutions.
Definition in file CalculateROMDiff.c.
int CalculateROMDiff | ( | void * | s, |
void * | m | ||
) |
Calculates the L1, L2, & Linf norms of the diff between the PDE solution and the predicted solution by libROM. error in the solution if the exact solution is
s | Solver object of type HyPar |
m | MPI object of type MPIVariables |
Definition at line 24 of file CalculateROMDiff.c.