IOSS 2.0
|
#include "Ionit_Initializer.h"
#include "Ioss_Hex8.h"
#include "Ioss_Utils.h"
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include <stdio.h>
#include <string>
#include <vector>
#include "Ioss_DBUsage.h"
#include "Ioss_DatabaseIO.h"
#include "Ioss_ElementBlock.h"
#include "Ioss_ElementTopology.h"
#include "Ioss_Field.h"
#include "Ioss_IOFactory.h"
#include "Ioss_NodeBlock.h"
#include "Ioss_NodeSet.h"
#include "Ioss_ParallelUtils.h"
#include "Ioss_Property.h"
#include "Ioss_Region.h"
#include "Ioss_ScopeGuard.h"
#include "Ioss_State.h"
Classes | |
struct | anonymous_namespace{sphgen.C}::Globals |
Namespaces | |
namespace | anonymous_namespace{sphgen.C} |
Functions | |
void | anonymous_namespace{sphgen.C}::hex_volume (Ioss::ElementBlock *block, const std::vector< double > &coordinates, double *centroids, std::vector< double > &volume, std::vector< double > &radius, double scale_factor) |
void | anonymous_namespace{sphgen.C}::show_usage (const std::string &prog) |
void | anonymous_namespace{sphgen.C}::create_sph (const std::string &inpfile, const std::string &input_type, const std::string &outfile, const std::string &output_type, Globals &globals) |
int | main (int argc, char *argv[]) |
void | anonymous_namespace{sphgen.C}::comp_grad12x (double *const grad_ptr, const double *const x, const double *const y, const double *const z) |
double | anonymous_namespace{sphgen.C}::dot8 (const double *const x1, const double *const x2) |
Variables | |
std::string | anonymous_namespace{sphgen.C}::codename |
std::string | anonymous_namespace{sphgen.C}::version = "0.91" |
int main | ( | int | argc, |
char * | argv[] ) |