#include "includes/variables.h"
#include <limits>
#include <iostream>
#include <iomanip>
#include "includes/define.h"
#include "utilities/openmp_utils.h"
#include "../real_functions.h"
#include "../real_field.h"
#include "space_time_rule.h"
Go to the source code of this file.
|
| Kratos |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
|
|
|
SpaceTimeSet::Pointer | Kratos::SetUnion (SpaceTimeSet::Pointer set_1, SpaceTimeSet::Pointer set_2) |
|
SpaceTimeSet::Pointer | Kratos::SetIntersection (SpaceTimeSet::Pointer set_1, SpaceTimeSet::Pointer set_2) |
|