PLUTO
jacobian.c File Reference
#include "pluto.h"
Include dependency graph for jacobian.c:

Go to the source code of this file.

Functions

void Jacobian (real *v, real *rhs, real **dfdy)
 

Function Documentation

void Jacobian ( real v,
real rhs,
real **  dfdy 
)

Definition at line 4 of file jacobian.c.

38 {
39  print (" ! Jacobian not defined \n");
40  QUIT_PLUTO(1);
41 
42 }
void print(const char *fmt,...)
Definition: amrPluto.cpp:497
#define QUIT_PLUTO(e_code)
Definition: macros.h:125

Here is the call graph for this function:

Here is the caller graph for this function: