svFSIplus
Functions
output Namespace Reference

Functions

void output_result (Simulation *simulation, std::array< double, 3 > &timeP, const int co, const int iEq)
 Prepares the output of svFSI to the standard output. More...
 
void read_restart_header (ComMod &com_mod, std::array< int, 7 > &tStamp, double &timeP, std::ifstream &restart_file)
 
void write_restart (Simulation *simulation, std::array< double, 3 > &timeP)
 Reproduces the Fortran 'WRITERESTART' subroutine. More...
 
void write_restart_header (ComMod &com_mod, std::array< double, 3 > &timeP, std::ofstream &restart_file)
 
void write_results (ComMod &com_mod, const std::array< double, 3 > &timeP, const std::string &fName, const bool sstEq)
 

Detailed Description

Copyright (c) Stanford University, The Regents of the University of California, and others.

All Rights Reserved.

See Copyright-SimVascular.txt for additional details.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Function Documentation

◆ output_result()

void output::output_result ( Simulation simulation,
std::array< double, 3 > &  timeP,
const int  co,
const int  iEq 
)

Prepares the output of svFSI to the standard output.

Modifies: timeP

Todo:
NOTE: This is not fully implemented.

◆ write_restart()

void output::write_restart ( Simulation simulation,
std::array< double, 3 > &  timeP 
)

Reproduces the Fortran 'WRITERESTART' subroutine.

◆ write_results()

void output::write_results ( ComMod com_mod,
const std::array< double, 3 > &  timeP,
const std::string &  fName,
const bool  sstEq 
)
Todo:
[NOTE] not fully implemented.

Reproduces: WRITE(fid, REC=myID) stamp, cTS, time,CPUT()-timeP(1), eq.iNorm, cplBC.xn, Yn, An, Dn