#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "../../util/source/useful.h"
#include "../../util/source/logfile.h"
#include "../../nm/source/roberts.h"
#include "../../geometry/source/geom.h"
#include "../../geometry/source/gpath.h"
#include "../../gas_models/source/gas.h"
#include "../../flux_calc/source/flux_calc.h"
#include "../../mb_cns/source/cns_case_id.h"
#include "../../mb_cns/source/cns_work_vector.h"
#include "../../mb_cns/source/cns_debug_level.h"
#include "../../mb_cns/source/cns_cell.h"
#include "../../mb_cns/source/cns_echo.h"
#include "../../mb_cns/source/cns_bc_defs.h"
#include "../../mb_cns/source/mb_cfg.h"
#include "./e_block.h"
#include "./e_geom.h"
Functions | |
| int | make_simple_block_mesh_from_corners (struct block_data_3D *bp) |
| Create a simple mesh from the corner vertices, assuming straight edges. | |
| int | make_simple_block_mesh_TFI (struct block_data_3D *bp) |
| Create a simple mesh from the block (polyline) edges. | |
|
|
Create a simple mesh from the corner vertices, assuming straight edges.
Note that clustering is not available presently. |
|
|
Create a simple mesh from the block (polyline) edges.
|
1.4.4