Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Propagation_3.C File Reference
#include "Propagation_3.h"
#include "../Rocblas/include/Rocblas.h"
#include "../Rocsurf/include/Generic_element_2.h"
Include dependency graph for Propagation_3.C:

Go to the source code of this file.

Functions

bool matchall (int a, int b)
 
bool matchany (int a, int b)
 

Function Documentation

bool matchall ( int  a,
int  b 
)
inline

Definition at line 114 of file Propagation_3.C.

Referenced by Propagation_3::convert_constraints().

114 { return (a & b) == b; }

Here is the caller graph for this function:

bool matchany ( int  a,
int  b 
)
inline

Definition at line 115 of file Propagation_3.C.

Referenced by Propagation_3::convert_constraints().

115 { return (a & b); }

Here is the caller graph for this function: