wiki:public/doc-auto/by_ext/ic/H_initial_condition
Last modified 3 years ago Last modified on 01/21/16 13:49:10

Input file ic keyword #INITIAL_CONDITION

Description

The #INITIAL_CONDITION keyword indicates the beginning of the initial condition description. The process related description ends with the beginning of a new block, i.e. #INITIAL_CONDITION, or with the file input terminator #STOP.

Documentation from doxygen

None.

Used in benchmarks

Source code reading this keyword from Input files

FEM/rf_ic_new.cpp line 149

 149: 			return true;
 150: 
 151: 		// keyword found
 152: 		if (line_string.find("#INITIAL_CONDITION") != std::string::npos)
 153: 		{
 154: 			CInitialCondition* ic = new CInitialCondition();
 155: 			std::ios::pos_type pos (ic_file.tellg());

Last modified: 2016-01-21 13:49:05.238481

This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.

If you want to edit the handwritten part of this page, please do so here.