#include "resultlib_domain.h"
#include "resultlib/results.h"
Functions | |
| ExportedByResultlib_domain RFInterface* | rfmi_open_domain (size_t nf, char **files, char* be, int np, char** pars, int force, RFMeshInterface *mi) |
| Open specified result files and return result interface object representing specified backend. More... | |
| ExportedByResultlib_domain RFInterface* | rfmi_restricted_domain (size_t nf, char **files, int npars, char ** pars, rfobj_impl *rfobj, RFMeshInterface *mi, int iNAllowTypes, const int *iAllowTypes) |
| Create an interface to a restricted domain file. More... | |
| ExportedByResultlib_domain RFInterface* | rfmi_rfinfodomain_factory () |
| Create a rfinfo_domain implementation of rf_backend_interface for a front end application. More... | |
| ExportedByResultlib_domain RFInterface* | rfmi_empty_domain (RFMeshInterface *mi) |
| Use rfmi_rfinfodomain_factory() to create a rfinfo_domain implementation object. More... | |
| ExportedByResultlib_domain int | rf_write_domain (RFInterface *info, char *file, int n_res_given, rf_result_func grs, int tstep, void *auxdata) |
| Write the current mesh and results managed by info into a domain file. More... | |
| ExportedByResultlib_domain int | rf_write_domain_results_from (RFInterface *info, RFInterface *results_from_info, char* file, int tstep) |
| Write the mesh managed by info and results managed results_from_info into a domain file. More... | |
Copyright (c) 2002 ICEM CFD Engineering A subsidary of ANSYS INC.
|
|
Open specified result files and return result interface object representing specified backend. Use the rfinfo_domain as the underlying result library object to handle mesh. This allows reading and writing of ICEM CFD domain files.
|
|
|
Create an interface to a restricted domain file. A restricted domain file only has a specified allowed list of element types that it will read.
|
|
|
Create a rfinfo_domain implementation of rf_backend_interface for a front end application. User is returned a result interface object. Users can then edit the object as desired using the standard result interface.
|
|
|
Use rfmi_rfinfodomain_factory() to create a rfinfo_domain implementation object.
|
|
|
Write the current mesh and results managed by info into a domain file.
|
|
|
Write the mesh managed by info and results managed results_from_info into a domain file. Just writes raw data.
|
1.2.0 written by Dimitri van Heesch,
© 1997-2000